Commit Graph

21 Commits

Author SHA1 Message Date
254b077722 feat(screen): remove useUpdate callback and add delta time to useRender 2025-12-27 16:45:37 +01:00
4745a49a63 fix: block interactions when animation is happening 2025-12-20 14:55:49 +01:00
303b8e8790 feat(common): implement buttons and confirmation modal 2025-12-19 19:15:24 +01:00
c5f07e7b80 fix: missing button interactions 2025-12-18 16:38:05 +01:00
e190636544 feat(assets): load 3d models as well 2025-12-17 18:00:11 +01:00
b85899617b feat(assets): new assets loading system (currently only for images) 2025-12-17 12:28:48 +01:00
a65ba42f06 feat(nds): use custom NDS_ keys in events 2025-12-15 11:53:20 +01:00
7aa0225c2f feat(nds): physical dpad 2025-12-14 18:58:22 +01:00
f8eab2f1a9 fix(assets): cache in useImage 2025-11-27 00:53:35 +01:00
aa60eb4909 feat(settings): more specific notification handling, and put menu in query to allow user to go back in history to go back in menus 2025-11-26 22:58:03 +01:00
9f1e2015c6 feat(settings): menu animations 2025-11-25 15:50:28 +01:00
ca6402261a feat: implement 'last' for 'up' in button navigation 2025-11-24 11:11:51 +01:00
eda85b7435 feat: useMouseWheel -> useScreenMouseWheel 2025-11-21 21:01:46 +01:00
2e8ae420ac feat: implement useMouseWheel composable 2025-11-19 01:29:53 +01:00
8933635ba1 feat: implement useKeyDown composable 2025-11-19 00:25:00 +01:00
ca6e4e6a5e feat(assets): clean up imgs 2025-11-18 21:18:40 +01:00
2eb3a3520c feat(assets): implement useImages composable 2025-11-18 19:48:20 +01:00
1d14ad1450 fix(useButtonNavigation): wrong click navigation 2025-11-14 23:45:34 +01:00
15fa328fec feat: generic button navigation 2025-11-14 23:21:52 +01:00
f82d41f1c3 feat: implement useScreenClick 2025-11-13 00:37:05 +01:00
46debb815d feat: nds render system 2025-11-09 16:20:30 +01:00