Commit graph

11 commits

Author SHA1 Message Date
Chris Cochrun 427059107a adding cargo-flamegraph and removing unneccessary deps 2025-03-26 09:33:58 -05:00
Chris Cochrun 50abdf1783 fixing tests 2025-01-12 21:25:19 -06:00
Chris Cochrun f98dc599f9 tweaking testing data 2024-12-17 15:22:36 -06:00
Chris Cochrun 7e7d27ecff a lot of changes to make videos a bit more robust
I still have a problem in lagging while moving the mouse though.
2024-12-16 22:25:17 -06:00
Chris Cochrun 32f91c8d69 testing other fonts 2024-12-14 22:54:54 -06:00
Chris Cochrun 2c15073dbc fixed fonts sorta...
Need to better understand the dangers that `Box::leak()` presents, but
I think this essentially means any font that shows up with hold it's
place in memory until the box is destroyed, making it seem to be
'static.
2024-12-14 14:31:28 -06:00
Chris Cochrun 9695c8670f parsing of lisp files is working 2024-12-06 11:42:14 -06:00
Chris Cochrun 87a26642fa now we can parse an entire presentation to a list of slides 2024-12-06 11:15:41 -06:00
Chris Cochrun 356384821b the core of loading slides from lisp is done
Slides themselves are capable of loading from lisp. The goal next will
be to create a way to load songs from lisp.
2024-11-20 12:13:50 -06:00
Chris Cochrun 66c37775d1 adding the basis for the full slide system 2024-11-06 10:51:01 -06:00
Chris Cochrun 084ce2fc32 Working to actually create an iced lumina 2024-10-30 10:34:13 -05:00