SectrPrototype/code
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
..
host Got replay working 2024-02-08 16:05:15 -05:00
api.odin Got replay working 2024-02-08 16:05:15 -05:00
colors.odin Baseline input and replay setup done. Needs testing and fixes 2024-02-08 10:50:36 -05:00
env.odin Got replay working 2024-02-08 16:05:15 -05:00
filesystem.odin Got replay working 2024-02-08 16:05:15 -05:00
grime.odin Moved grime to its own dedicated file 2024-01-30 02:27:45 -05:00
input.odin Got replay working 2024-02-08 16:05:15 -05:00
math.odin Got replay working 2024-02-08 16:05:15 -05:00
memory.odin Baseline input and replay setup done. Needs testing and fixes 2024-02-08 10:50:36 -05:00
text.odin Segregated host/api better. Memory setup is problably solid now. 2024-01-30 01:29:48 -05:00