Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
The main server is currently down. We are running on a backup server, so editing and search functionality are temporarily disabled. Please check back in a few hours.

Pixel-Painter Switch: Difference between revisions

From GameBrew
Created page with "{{Infobox Switch Homebrews |title=pixel-painter |image=pixelpainterswitch.png |description=Create colorful pixel art |author=16BitWonder |lastupdated=2020/08/26 |type=Other Apps |version=1.8.0 |license=MIT |download=https://dlhb.gamebrew.org/switchhomebrews/pixelpainterswitch.7z |website=https://github.com/16BitWonder/Pixel-Painter-Switch |source=https://github.com/16BitWonder/Pixel-Painter-Switch |donation= }} {{#seo: |title=Switch Homebrew Apps (Other Apps) - GameBrew..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox Switch Homebrews
{{Infobox Switch Homebrews
|title=pixel-painter
|title=pixel-painter
|image=pixelpainterswitch.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 8: Line 8:
|version=1.8.0
|version=1.8.0
|license=MIT
|license=MIT
|download=https://dlhb.gamebrew.org/switchhomebrews/pixelpainterswitch.7z
|download=https://dlhb.gamebrew.org/switchhomebrews/pixelpainternx.7z
|website=https://github.com/16BitWonder/Pixel-Painter-Switch
|website=https://github.com/16BitWonder/Pixel-Painter-Switch
|source=https://github.com/16BitWonder/Pixel-Painter-Switch
|source=https://github.com/16BitWonder/Pixel-Painter-Switch
|donation=
|donation=
}}
}}
{{#seo:
A simple drawing homebrew ported from [[Pixel-Painter 3DS|Pixel-Painter for the 3DS]].
|title=Switch Homebrew Apps (Other Apps) - GameBrew
 
|title_mode=append
Uses the hello-world template from [https://github.com/switchbrew/libnx libnx] as a base.
|image=pixelpainterswitch.png
 
|image_alt=pixel-painter
==Features==
}}
*The ability to draw with seven different colors on the screen.
{{cleanup|article|Needs cleanup}}
*Controls and color information on the left side of the screen.
Create colorful pixel art
 
==Controls==
ZL/ZR - Cycle brush size Left/Right
 
D-Pad/Left Stick - Cursor controller
 
L/R - Cycle colors up/down
 
A - Toggle drawing/erasing


==Media==
Minus - Clear drawing area
<youtube></youtube>


Y - Toggle fast cursor


==Screenshots==
Plus - Exit to HBmenu
https://dlhb.gamebrew.org/switchhomebrews/pixelpainterswitch-01.png
https://dlhb.gamebrew.org/switchhomebrews/pixelpainterswitch-02.png
https://dlhb.gamebrew.org/switchhomebrews/pixelpainterswitch-03.png
https://dlhb.gamebrew.org/switchhomebrews/pixelpainterswitch-04.png
https://dlhb.gamebrew.org/switchhomebrews/pixelpainterswitch-05.png
https://dlhb.gamebrew.org/switchhomebrews/pixelpainterswitch-06.png
https://dlhb.gamebrew.org/switchhomebrews/pixelpainterswitch-07.png
https://dlhb.gamebrew.org/switchhomebrews/pixelpainterswitch-08.png


==Changelog==
==Changelog==
'''v.1.0'''
'''v1.8.0'''
* First Release.
*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 ==
* Gbatemp - https://github.com/16BitWonder/Pixel-Painter-Switch
* GitHub - https://github.com/16BitWonder/Pixel-Painter-Switch
* Github - https://github.com/16BitWonder/Pixel-Painter-Switch
* Reddit -

Latest revision as of 01:46, 23 August 2023

pixel-painter
General
Author16BitWonder
TypeOther Apps
Version1.8.0
LicenseMIT License
Last Updated2020/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.

External links

Advertising: