mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-05 14:42:42 -07:00
Progress on documentation
This commit is contained in:
7
docs/guide_backend.md
Normal file
7
docs/guide_backend.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Backend Guide
|
||||
|
||||
The end-user needs adapt this library for hookup into their own codebase. As an example they may see the [examples](../examples/) and [backend](../backend/) for working code of what this guide will go over.
|
||||
|
||||
When rendering text, the two products the user has to deal with: The text to draw and their "layering". Similar to UIs text should be drawn in layer batches, where each layer can represent a pass on some arbitrary set of distictions between the other layers.
|
||||
|
||||
|
Reference in New Issue
Block a user