updating todo

This commit is contained in:
Chris Cochrun 2025-04-24 14:33:51 -05:00
parent d16acf2139
commit 53b90afbdb

View file

@ -6,6 +6,9 @@ This does almost work. There is a clear amount of lag or rather hang up since sw
Actually, what if we just made the svg at load/creation time and stored it in the file system for later, then load the entire songs svg's into memory during the presentation to speed things up? Would that be faster than creating them at on the fly? Is it the creation of them that is slow or the rendering?
** SVG performs badly
Since SVG's apparently run poorly in iced, instead I'll need to see about either creating a new text element, or teaching Iced to render strokes and shadows on text.
* TODO [#C] Make the presenter more modular so things are easier to change.
* TODO [#A] Need to fix tests now that the basic app is working