reinit repo after broken git
This commit is contained in:
23
todo.txt
Normal file
23
todo.txt
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user