More actions
m (Text replacement - "{{Infobox-3DS-Homebrews" to "{{Infobox 3DS Homebrews") |
m (Text replacement - "Category:Other 3DS homebrew applications" to "") |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
| title = Pixel-Painter | |title=Pixel-Painter | ||
| image = | |image=Pixelpainter3ds2.png | ||
| | |description=Simple Drawing Homebrew. | ||
| | |author=8BitWonder | ||
| lastupdated = 2017/06/06 | |lastupdated=2017/06/06 | ||
| | |type=Other Apps | ||
| | |version=1.0 | ||
| website = https://gbatemp.net/threads/release-pixel-painter-simple-drawing-homebrew.461797 | |license=AGPL-3.0 | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/pixelpainter3ds.7z | |||
| source = https://github.com/16BitWonder/Pixel-Painter | |website=https://gbatemp.net/threads/release-pixel-painter-simple-drawing-homebrew.461797 | ||
|source=https://github.com/16BitWonder/Pixel-Painter | |||
}} | }} | ||
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. | |||
==External links== | |||
* GitHub - https://github.com/16BitWonder/Pixel-Painter | |||
* GBAtemp - https://gbatemp.net/threads/release-pixel-painter-simple-drawing-homebrew.461797 |
Latest revision as of 04:19, 6 Mayıs 2024
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.