|
||
---|---|---|
.. | ||
atlas.odin | ||
draw.odin | ||
LRU.odin | ||
mappings.odin | ||
parser.odin | ||
Readme.md | ||
shaper.odin | ||
VEFontCache.odin |
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