From d2d55b210c5acd7508fca70f435c9885e2d053ae Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 18 Jun 2024 11:24:54 -0400 Subject: [PATCH] Setup initial readme for VEFontCache --- code/font/VEFontCache/Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 code/font/VEFontCache/Readme.md 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