More actions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
|title=pixel-painter | |title=pixel-painter | ||
|image=pixelpainternx.png | |image=pixelpainternx.png | ||
|description=Create colorful pixel art | |description=Create colorful pixel art. | ||
|author=16BitWonder | |author=16BitWonder | ||
|lastupdated=2020/08/26 | |lastupdated=2020/08/26 | ||
Line 16: | Line 16: | ||
Uses the hello-world template from [https://github.com/switchbrew/libnx libnx] as a base. | Uses the hello-world template from [https://github.com/switchbrew/libnx libnx] as a base. | ||
==Features== | |||
*The ability to draw with seven different colors on the screen. | |||
*Controls and color information on the left side of the screen. | |||
==Controls== | ==Controls== | ||
Line 33: | Line 37: | ||
==Changelog== | ==Changelog== | ||
''' | '''v1.8.0''' | ||
* | *Removed deprecated gfx API code (Yes, v1.7.0 was that old). | ||
*Built with latest libnx (v3.3.0) for 9.0.0+ compatibility. | |||
'''v1.7.0''' | |||
*Made it so that controls are only handled when a button is actually pressed. | |||
'''v1.6.0''' | |||
*Fixed the application so it works as intended. | |||
'''v1.5.1''' | |||
*Compiled with latest stable libnx (1.1.0). | |||
'''v1.5''' | |||
*Added more brush sizes, 1x1-4x4. | |||
*Switch between brush sizes with ZL/ZR. | |||
'''v1.4.2''' | |||
*All functions are now handled in separate .c/.h file. | |||
'''v1.4.1''' | |||
*Reworked controls to be more efficient and condensed. | |||
'''v1.4.0''' | |||
*Added toggle-able fast moving cursor with Y. | |||
*Added a clear drawing area option with Minus. | |||
'''v1.2.0''' | |||
*Added white as a draw-able color. | |||
*Updated to latest libnx commit, fixes a possible screen-burn issue. | |||
*Icon is now correctly displayed in the Homebrew Launcher Menu. | |||
'''v1.0.0''' | |||
*Initial release. | |||
== External links == | == External links == | ||
* GitHub - https://github.com/16BitWonder/Pixel-Painter-Switch | * GitHub - https://github.com/16BitWonder/Pixel-Painter-Switch |
Latest revision as of 01:46, 23 August 2023
pixel-painter | |
---|---|
General | |
Author | 16BitWonder |
Type | Other Apps |
Version | 1.8.0 |
License | MIT License |
Last Updated | 2020/08/26 |
Links | |
Download | |
Website | |
Source | |
A simple drawing homebrew ported from Pixel-Painter for the 3DS.
Uses the hello-world template from libnx as a base.
Features
- The ability to draw with seven different colors on the screen.
- Controls and color information on the left side of the screen.
Controls
ZL/ZR - Cycle brush size Left/Right
D-Pad/Left Stick - Cursor controller
L/R - Cycle colors up/down
A - Toggle drawing/erasing
Minus - Clear drawing area
Y - Toggle fast cursor
Plus - Exit to HBmenu
Changelog
v1.8.0
- Removed deprecated gfx API code (Yes, v1.7.0 was that old).
- Built with latest libnx (v3.3.0) for 9.0.0+ compatibility.
v1.7.0
- Made it so that controls are only handled when a button is actually pressed.
v1.6.0
- Fixed the application so it works as intended.
v1.5.1
- Compiled with latest stable libnx (1.1.0).
v1.5
- Added more brush sizes, 1x1-4x4.
- Switch between brush sizes with ZL/ZR.
v1.4.2
- All functions are now handled in separate .c/.h file.
v1.4.1
- Reworked controls to be more efficient and condensed.
v1.4.0
- Added toggle-able fast moving cursor with Y.
- Added a clear drawing area option with Minus.
v1.2.0
- Added white as a draw-able color.
- Updated to latest libnx commit, fixes a possible screen-burn issue.
- Icon is now correctly displayed in the Homebrew Launcher Menu.
v1.0.0
- Initial release.