SectrPrototype/code/sectr/app
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
..
scratch.odin Gut raylib usage from the codebase. 2024-05-25 11:52:23 -04:00
screen.odin Doing some heavy refactors on the container interfaces 2024-05-31 17:58:18 -04:00
serialize.odin Restructured the codebase yet again but this time with compiler support for monlithic packages 2024-05-16 17:27:48 -04:00
state.odin More bug fixing, All latin characters don't look corrupt anymore 2024-06-15 14:53:26 -04:00
ui_theme.odin Gut raylib usage from the codebase. 2024-05-25 11:52:23 -04:00