From 54c634412fdf48d73edceb0259acd2e91afe09b3 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 23 Apr 2022 20:43:46 -0400 Subject: [PATCH] update TODO.md --- TODO.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 18da588..f01337f 100644 --- a/TODO.md +++ b/TODO.md @@ -2,9 +2,12 @@ 1. Function management - Integrals between functions (too hard to implement, maybe will shelve) - Display intersection between functions (would have to rewrite a lot of the function plotting handling) - - [Drag and drop support](https://github.com/emilk/egui/discussions/1530) in the UI + - [Drag and drop support](https://github.com/emilk/egui/discussions/1530) in the UI to re-order functions - Hide/disable functions - Prevent user from making too many function entries + - Display function errors as tooltips or a warning box (not preventing the display of the graph) + - Clone functions + - Better integration with egui's legend 2. Smart display of graph - Display of intersections between functions 3. Allow constants in min/max integral input (like pi or euler's number)