2022-03-22 11:48:38 -04:00

855 B

TODO:

  1. Multiple functions in one graph.
    • Backend support
      • Integrals between functions (too hard to implement, maybe will shelve)
    • UI
      • Different colors (kinda)
  2. Rerwite of function parsing code
    • Non y= functions.
  3. Smart display of graph
    • Display of intersections between functions
  4. re-add euler's number (well it works if you use capital e like E^x)
  5. allow constants in min/max integral input (like pi or euler's number)
  6. sliding values for functions (like a user-interactable slider that adjusts a variable in the function, like desmos)
  7. nth derivative support (again)
  8. rewrite FunctionEntry to move more information and handling to egui_app (such as config changes)
  9. Threading
  10. fix integral display
  11. Improve loading indicator
  12. add comments in parsing::process_func_str for it to be better understandable