A blazing fast and memory safe DrawText library for raylib and the ODIN programming language~
The library is now production-ready!
- Minimalistic: Avoids abstractions
- Focused: Doesn't try to support every use case
- Simple: Uses a single global allocator, set at compile time
- Friendly: Memory-safety features and many examples
WebAssembly is supported.
To test if the library works, run:
odin run .
Replace when true with when false to use the library as a library.
I am working on it.