PaintDS is no longer maintained. Please see here.
Paint DS is a panting application for the Nintendo DS.
- Pencil tool: for drawing
- Eraser tool: for erasing things (and drawing with white)
- Fill tool: for filling areas with a color
- Shapes tool: fopr creating shapes (rectangles, triangles and lines)
To build the game from source, run make
. To build and then run, run make build run
(note that you have to set the emulator path first in the Makefile). To run without building run make run
. To rebuild run make clean build
. Finally, to rebuild and run, run make clean build run
.
- devkitpro for Nintendo DS development installed