mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
As the color order of the sf2dlib changed, you have to change it in your code, or use the color.hex() function. To fix the problems, just change "0xRRGGBBAA" to "0xAABBGGRR". Also, the shader compiler changed to Picasso, so you'll need it in order to compile. https://github.com/fincs/picasso |
||
|---|---|---|
| .. | ||
| libsftd | ||
| sample | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
SFTDLIB
Simple and Fast Text Drawing library for the Nintendo 3DS (using sf2dlib and ctrulib)
Prerequisites
ctrulib: https://github.com/smealum/ctrulib
SF2D: https://github.com/xerpi/sf2dlib
FreeType2 (portlib): https://github.com/xerpi/3ds_portlibs