SectrPrototype/code/grime
Ed_ 65be3eae03 More bug fixing, All latin characters don't look corrupt anymore
HMapChained causes memory corruption in VEFontCache (not sure why yet), so I switched temporarily over to HMapZPL.

Fixed bug with parser_get_glyph_shape from me tracking vertices as u16s instead of i16s.

Currently a bug with the frametime example:
text_test_str := str_fmt("frametime: %0.2f", frametime_avg_ms)

It doesn't handle per-frame updates properly compared to C++ source
2024-06-15 14:53:26 -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 More bug fixing, All latin characters don't look corrupt anymore 2024-06-15 14:53:26 -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 VEFontCache : Finished porting the LRU 2024-06-03 01:04:24 -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 More bug fixing, All latin characters don't look corrupt anymore 2024-06-15 14:53:26 -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
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