Ludo6431/dslibs
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a set of tools and libraries for homebrew coding on DS.
-- by Ludo6431
Libraries:
* libdstk -- DS Tool Kit
- objects for C (with properties, signals, ...)
- data management (dlist, slist, adata, ...)
- utf8
- ...
* libdsdual -- 3D Dual Screen [WIP]
- primitives for graphic / sprites / ... rendering in 3D
- ...
* libdft -- DS Font [WIP]
- renders text in 3D
* libdswm -- DS Window Manager [WIP]
- uses libdstk, libdsdual, libdft to give us a powerfull 3D windows environment
- tree of renderable objects
- ...
Tools:
* FT2dft -- FreeType To DS Font
- converts any freetype font to the dft format
- you can choose the size, the subset, ... of the font
Examples:
* dfttest -- DS Font Test
- renders some text in 3D using libdstk, libdsdual and libdft
* dstktest -- DS Tool Kit Test
- tests the different features of libdstk