reinit repo after broken git

This commit is contained in:
krzosa
2024-12-29 10:10:09 +01:00
commit a30a897272
40 changed files with 13769 additions and 0 deletions

23
todo.txt Normal file
View File

@@ -0,0 +1,23 @@
platform
more then 2 platform abstraction
app platform game
in the future event based?
or maybe hybrid?
os functionality
gfx
w32
canvas
dll hot reload
wasm:
input and key down (use KeyA KeyB etc.)
type_info:
serialize
deserialize
app
loop styles:
infinite loop update -> gather all events -> loop event and update -> render (vsync wait) + block when no events
update (render) + other events (don't render) + block when no events