Doodle 3DS
More actions
| Doodle | |
|---|---|
| General | |
| Author | Thomas Armstrong |
| Type | Other Apps |
| Version | 1.2.0 |
| License | MIT License |
| Last Updated | 2026/06/25 |
| Links | |
| Download | |
| Website | |
| Source | |
Doodle is a simple drawing application designed for the Nintendo 3DS platform. It allows users to create and manipulate graphical content using various brush sizes and colors with other people on a shared canvas.
Server Information:
- Live canvas viewer: http://server1.rpgwo.org:3000/
- Gallery: http://server1.rpgwo.org:3000/gallery.html
- Legacy gallery redirect: http://server1.rpgwo.org/
Features
- Real-time collaborative drawing with the 3DS touchscreen.
- Top-screen minimap with viewport marker.
- Named channels:
main,sketch, andtest. - Channel switch UI on the 3DS.
- Color picker, color sampling, brush size/shape controls, and hex color entry.
- Compressed canvas snapshots using zlib.
- Server update checks with manifest, size, and SHA-256 verification.
- App metadata/icon via SMDH, including the visible app version.
Installation
Copy the .3dsx to the SD card, run it with the Homebrew Launcher.
Or send it with 3dslink while the Homebrew Launcher netloader is waiting:
3dslink -a <3ds-ip> -r 10 Doodle.3dsx
Controls
Touch bottom screen - Draw
Hold D-Pad Left or A+Drag stylus - Pan viewport
Hold D-Pad Right - Show zoom buttons on the right side of the bottom screen
Hold Y - Show zoom buttons on the left side of the bottom screen
Hold D-Pad Right or Y+Plus - Zoom in
Hold D-Pad Right or Y+Minus - Zoom out
Start - Refresh canvas from server
Select - Exit
L - Open/close channel selector.
D-Pad Up/Down while channel selector is open - Move channel selection
A while channel selector is open - Switch to selected channel
R - Open/close controls help on top screen
B or D-Pad Down - Toggle color picker
Hold D-Pad Up+Tap canvas - Sample color
X - Enter hex color
Screenshots
Changelog
v1.2.0
- New bottom-screen tool palette with Color and Mod tabs.
- Color-square picker with hue strip.
- Circle, box, and dither brush modes.
- Cleaner mod/admin tools, including snapshot, clear canvas, and selection-style fill rectangle.
- Persistent 3DS identity with display names, backup codes, and account recovery.
- Connected-user list and improved top-screen status/menu flow.
v1.1.1
- Implemented zoom functionality!
- Zoom levels: 0.5x, 1x, 2x, and 4x.
v1.0.1 Network Updates:
- Updated backend connection code to support domains for server connection
- Added some reconnect functionality
v1.0.0
- Initial release.