Completed initial draft for guide_backend.odin

This commit is contained in:
2025-01-12 09:38:24 -05:00
parent a4dafe01c8
commit a47937f615
3 changed files with 33 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# VE Font Cache
Vertex Engine GPU Font Cache: A text rendering libary.
This started off as a port of the [VEFontCache](https://github.com/hypernewbie/VEFontCache) library to the Odin programming language.
Its original purpose was for use in game engines, however its rendeirng quality and performance is more than adequate for many other applications.