diff --git a/code/font/VEFontCache/Readme.md b/code/font/VEFontCache/Readme.md new file mode 100644 index 0000000..005edba --- /dev/null +++ b/code/font/VEFontCache/Readme.md @@ -0,0 +1,10 @@ +# VE Font Cache : Odin Port + +This is a port of the library base on my [fork](https://github.com/Ed94/VEFontCache) + +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