/PaintDS

Painting app for Nintendo DS

Primary LanguageCMIT LicenseMIT

PaintDS is no longer maintained. Please see here.

PaintDS

Paint DS is a panting application for the Nintendo DS.

Features

  • 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)

Building

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.

Prerequisites for building

  • devkitpro for Nintendo DS development installed