update TODO.md

This commit is contained in:
Simon Gardling 2022-03-28 12:47:28 -04:00
parent 4c4e1cdd82
commit f99ca85ea6

19
TODO.md
View File

@ -12,13 +12,12 @@
5. Allow constants in min/max integral input (like pi or euler's number) 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) 6. Sliding values for functions (like a user-interactable slider that adjusts a variable in the function, like desmos)
7. nth derivative support (again) 7. nth derivative support (again)
8. Rewrite `FunctionEntry` to move more information and handling to egui_app (such as config changes) 8. Threading (Partially mplemented when running natively)
9. Threading (Partially mplemented when running natively) 9. Fix integral display
10. Fix integral display 10. Look into other, better methods of compression that would be faster
11. Improve loading indicator 11. Better handling of panics and errors to display to the user
- Dynamically hide and unhide it when lagging 12. Hints for functions
12. Add comments in `parsing::process_func_str` for it to be better understandable - Random default functions
13. Look into other, better methods of compression that would be faster - Syntax
14. Better handling of panics and errors to display to the user - Parentheses
15. Display native/web dark mode detection as it's unneeded and can cause compat issues (see [egui #1305](https://github.com/emilk/egui/issues/1305)) - Function names
16. Add tests for `SerdeValueHelper`