SectrPrototype/code/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
..
array.odin Bugfixing the runtime (rendering not working yet) 2024-06-11 22:20:30 -04:00
assert.odin Beginning to lift the "grime" files to their own pacakge 2024-05-31 11:26:52 -04:00
chrono.odin Beginning to lift the "grime" files to their own pacakge 2024-05-31 11:26:52 -04:00
filesystem.odin Progress on porting fontstash 2024-06-02 17:29:27 -04:00
hashmap_chained.odin More bug fixing, All latin characters don't look corrupt anymore 2024-06-15 14:53:26 -04:00
hashmap_zpl.odin Fixes to shape cache and atlas region math 2024-06-16 08:56:06 -04:00
hot_reload.odin Base input pass updated for sokol possibly done (untested) 2024-06-18 01:33:50 -04:00
linked_list.odin Beginning to lift the "grime" files to their own pacakge 2024-05-31 11:26:52 -04:00
logger.odin Setup shaders for text rendering based on VEFontCache samples 2024-06-06 16:15:57 -04:00
mappings.odin Base input pass updated for sokol possibly done (untested) 2024-06-18 01:33:50 -04:00
math.odin Progress on lifting the 'grime' module to its own package 2024-05-31 19:31:27 -04:00
memory_tracker.odin Fixes to shape cache and atlas region math 2024-06-16 08:56:06 -04:00
memory.odin Beginning to lift the "grime" files to their own pacakge 2024-05-31 11:26:52 -04:00
os.odin Beginning to lift the "grime" files to their own pacakge 2024-05-31 11:26:52 -04:00
pool_allocator.odin Progress on lifting the 'grime' module to its own package 2024-05-31 19:31:27 -04:00
profiler.odin Beginning to lift the "grime" files to their own pacakge 2024-05-31 11:26:52 -04:00
ptr.odin Beginning to lift the "grime" files to their own pacakge 2024-05-31 11:26:52 -04:00
queue.odin Base input pass updated for sokol possibly done (untested) 2024-06-18 01:33:50 -04:00
slab_allocator.odin Progress on lifting the 'grime' module to its own package 2024-05-31 19:31:27 -04:00
stack_fixed.odin Doing some heavy refactors on the container interfaces 2024-05-31 17:58:18 -04:00
string_cache.odin lifted the hash maps and the string cache to the grime package 2024-05-31 20:51:30 -04:00
string_token_format.odin Beginning to lift the "grime" files to their own pacakge 2024-05-31 11:26:52 -04:00
timing_windows.odin Beginning to lift the "grime" files to their own pacakge 2024-05-31 11:26:52 -04:00
unicode.odin Doing some heavy refactors on the container interfaces 2024-05-31 17:58:18 -04:00
virtual_arena.odin Beginning to lift the "grime" files to their own pacakge 2024-05-31 11:26:52 -04:00
virtual_memory_windows.odin Doing some heavy refactors on the container interfaces 2024-05-31 17:58:18 -04:00
virtual_memory.odin Doing some heavy refactors on the container interfaces 2024-05-31 17:58:18 -04:00