Ed_ 55b80da8e5 Fixed input event buffer issues
Queue doesn't properly act as a ring buffer had to roll my own.
I want to make a allocated ring buffer as well...
2024-06-23 13:59:04 -04:00
..
2024-06-23 13:59:04 -04:00
2024-06-18 11:24:54 -04:00

VE Font Cache : Odin Port

This is a port of the library base on my fork

TODO (Making it a more idiomatic library):

  • Use Odin's builtin dynamic arrays
  • Use Odin's builtin map type
  • Setup freetype, harfbuzz, depedency management within the library
  • Port over the original demo utilizing sokol libraries instead