More actions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/Pixel-Painter.jpg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/Pixel-Painter.jpg|250px | ||
| type = Other Games | | type = Other Games | ||
| version=v1. | | version=v1.0 | ||
| lastupdated = | | lastupdated = 2017/06/06 | ||
| licence = Mixed | | licence = Mixed | ||
| author = 8BitWonder | | author = 8BitWonder | ||
| website = https://gbatemp.net/threads/release-pixel-painter-simple-drawing-homebrew. | | website = https://gbatemp.net/threads/release-pixel-painter-simple-drawing-homebrew.461797/ | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/Pixel- | | download = https://dlhb.gamebrew.org/3dshomebrew/Pixel-Painterv1.0.7z | ||
| source = | | source = https://github.com/16BitWonder/Pixel-Painter/ | ||
}} | }} | ||
<youtube>BVF_yGeYIQI</youtube> | <youtube>BVF_yGeYIQI</youtube> | ||
Heyo tempers, I finally found the time to try my hand at 3DS homebrew, and came up with this as a simple first app. Albeit not very impressive or ground-breaking, I figured I'd release it anyway (why not? :P). I have now attached a .cia build to the .zip on the release page for all those that prefer homebrew from the homemenu! | |||
The entire thing was done from changing text background colors, nothing fancy. And a huge thank you to all the devs that brought ctrulib and its examples together. As is mentioned in the source code (which is also available on github), the examples "hello-world", "both-screen-text", "colored-text", and "read-controls" were referenced while making this. | |||
https://dlhb.gamebrew.org/3dshomebrew/KhKrdJz.png | |||
==FEATURES:== | |||
Current | *Drawing from six different colors on bottom screen | ||
*Current information on top screen; e.g. Current coords, current color, | |||
*and whether erasing/drawing | |||
*Sloppy beginner source code | |||
==KNOWN BUG(S)== | |||
*Red color bar on top screen sometimes flickers, I'm not sure how to fix that. | |||
Revision as of 07:56, 14 September 2021
Template:Infobox-3DS-Homebrews
Heyo tempers, I finally found the time to try my hand at 3DS homebrew, and came up with this as a simple first app. Albeit not very impressive or ground-breaking, I figured I'd release it anyway (why not? :P). I have now attached a .cia build to the .zip on the release page for all those that prefer homebrew from the homemenu!
The entire thing was done from changing text background colors, nothing fancy. And a huge thank you to all the devs that brought ctrulib and its examples together. As is mentioned in the source code (which is also available on github), the examples "hello-world", "both-screen-text", "colored-text", and "read-controls" were referenced while making this.
FEATURES:
- Drawing from six different colors on bottom screen
- Current information on top screen; e.g. Current coords, current color,
- and whether erasing/drawing
- Sloppy beginner source code
KNOWN BUG(S)
- Red color bar on top screen sometimes flickers, I'm not sure how to fix that.