w32_map_wparam_to_app_key, todo, api

This commit is contained in:
krzosa
2024-12-29 10:54:28 +01:00
parent fddbbb9654
commit d7c5b72bb9
8 changed files with 121 additions and 119 deletions

View File

@@ -1,23 +1,31 @@
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.)
[ ] platform
[ ] app
[ ] wasm
[ ] win32
[ ] hot reload / plugins
[ ] linux
[ ] os
[?] wasm (explore)
[ ] win32
[ ] linux
[ ] gfx
[ ] simple 2d
[ ] revisit api
type_info:
serialize
deserialize
[ ] core
[ ] revisit api
[ ] s8_bin
[ ] bin_write_begin - serialize binary data (sb8_bin_write?)
bin_write_end
bin_write_u64
bin_write_u32
bin_write_u16
bin_write_u8
bin_write_data
bin_write_size
bin_write_s8
bin_write_cs
[ ] bin_read_begin
bin_read_end
bin_read_...
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