Where in notedeck is the code that does the rendering and animations? 🧐
Discussion
in the ui module
animations are pretty simple, you just save some state between frames and update the position each frame. egui provides helpers for this.
Where in notedeck is the code that does the rendering and animations? 🧐
in the ui module
animations are pretty simple, you just save some state between frames and update the position each frame. egui provides helpers for this.