tte (Tonc Text Engine)¶
Natu utilizes Tonc’s Text Engine (TTE) to render text on the screen. TTE is a lightweight, C-based text rendering engine designed for the Game Boy Advance. Natu offers a Nim wrapper around TTE.
To get started you’ll need to understand TTE, and review the wrapper code to see how it’s referenced.
https://gbadev.net/tonc/tte.html - TTE Tutorial
https://git.sr.ht/~exelotl/natu/tree/devel/item/natu/tte.nim - Natu’s wrapper code for TTE
https://www.coranac.com/man/tonclib/group__grpTTE.htm - TTE api docs