SectrPrototype/code/sectr/grime
Ed_ b698f5166b Base input pass updated for sokol possibly done (untested)
Still need to figure out input event consumption, I don't want to do it with the event ring.

I would like to setup input binding layers and then have the push/pop input contextes with a set of bindings.
If the bindings are detected it should "consume" that binding from further use for the buffered time period.

This will be really important with how heavily model this app will be.I
2024-06-18 01:33:50 -04:00
..
arena.odin Mostly reviewing progress so far 2024-05-21 23:35:36 -04:00
context.odin Gut raylib usage from the codebase. 2024-05-25 11:52:23 -04:00
mappings.odin Base input pass updated for sokol possibly done (untested) 2024-06-18 01:33:50 -04:00
Readme.md lifted the hash maps and the string cache to the grime package 2024-05-31 20:51:30 -04:00
stack.odin Doing some heavy refactors on the container interfaces 2024-05-31 17:58:18 -04:00

Sectr's Grime

This just contains the mappings file and some stuff I haven't felt like lifting to the grime package yet.