1.2 KiB
1.2 KiB
TODO:
- Multiple functions in one graph.
- Backend support
- Integrals between functions (too hard to implement, maybe will shelve)
- Display intersection between functions
- Different colors
- Backend support
- Rerwite of function parsing code
- Non
y=functions.
- Non
- Smart display of graph
- Display of intersections between functions
- Properly parse lowercase
eas euler's number - Allow constants in min/max integral input (like pi or euler's number)
- Sliding values for functions (like a user-interactable slider that adjusts a variable in the function, like desmos)
- nth derivative support (again)
- Rewrite
FunctionEntryto move more information and handling to egui_app (such as config changes) - Threading (Partially mplemented when running natively)
- Fix integral display
- Improve loading indicator
- Dynamically hide and unhide it when lagging
- Add comments in
parsing::process_func_strfor it to be better understandable - Look into other, better methods of compression that would be faster
- Better handling of panics and errors to display to the user
- Display native/web dark mode detection as it's unneeded and can cause compat issues (see egui #1305)
- Add tests for
SerdeValueHelper