Go to file
Ed_ 84d9675a27 Got replay working
Doesn't work across app runs, unlike handmade the crux here is raylib. Even if we did raylibs features ourselves there would still be an issue of restoring the gpu memory state. So in order to have replays work across app runs is proper state serialization.

I'll leave that for later and focus on the next core features.
2024-02-08 16:05:15 -05:00
.vscode vsc godot plugin is weird 2024-01-30 01:27:43 -05:00
assets Initial stuff 2024-01-21 11:16:12 -05:00
code Got replay working 2024-02-08 16:05:15 -05:00
examples Initial stuff 2024-01-21 11:16:12 -05:00
scripts Fixes to build scripts 2024-01-30 01:28:55 -05:00
.editorconfig Update editor config for odin support 2024-01-30 01:28:39 -05:00
.gitignore wip fixes for hot reload 2024-01-25 10:49:57 -05:00
Debug.rdbg Memory setup for hot-reload & save states 2024-01-22 00:22:06 -05:00
launch.odin_old Got window setup & basic text to window space debug. 2024-01-21 13:35:52 -05:00
ols.json Finished off some loose ends for hot-reload 2024-01-30 01:54:37 -05:00