More actions
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
* CIA - Install the .cia with the CIA manager of your choice. | * CIA - Install the .cia with the CIA manager of your choice. | ||
* 3DSX - Use the .3dsx provided with the Homebrew Launcher. | * 3DSX - Use the .3dsx provided with the Homebrew Launcher. | ||
==Controls== | |||
L/R - Cycle color left/right | |||
A - Toggle drawing/erasing | |||
D-Pad - Cursor controller | |||
Start - Exit to HBmenu | |||
==Known issues== | ==Known issues== |
Revision as of 05:08, 30 December 2021
Pixel-Painter | |
---|---|
General | |
Author | 8BitWonder |
Type | Other Apps |
Version | 1.0 |
License | AGPL-3.0 |
Last Updated | 2017/06/06 |
Links | |
Download | |
Website | |
Source | |
This is simple drawing homebrew, made heavily from referencing the examples hello-world, colored-text, both-screen-text, and read-controls that came with devkitpro. All four done by Aurelio Mannara for ctrulib.
Features
- Drawing from six different colors on bottom screen.
- Current information on top screen, including current coords, current color, and whether erasing/drawing.
- Beginner source code.
Installation
Available in 3DSX and CIA formats.
- CIA - Install the .cia with the CIA manager of your choice.
- 3DSX - Use the .3dsx provided with the Homebrew Launcher.
Controls
L/R - Cycle color left/right
A - Toggle drawing/erasing
D-Pad - Cursor controller
Start - Exit to HBmenu
Known issues
Red color bar on top screen sometimes flickers.
Credits
Thank you to all the devs that brought ctrulib and its examples together.
As is mentioned in the source code, the examples "hello-world", "both-screen-text", "colored-text", and "read-controls" were referenced while making this.