Skip to content
Flipnote Studio
While the original was a free application for the Nintendo DSi, it can still be accessed today on various devices through ROM files and homebrew applications. Feature Breakdown for Flipnote Studio (DS/DSi ROM)
Here’s the blog post:
- Reverse-engineering or reimplementing Flipnote’s core features: frame layers (typically two or more color layers), onion-skinning, playback controls, frame timing, simple pen/erase tools, and audio capture/playback (subject to DS microphone hardware).
- A lightweight UI adapted to the DS’s dual screens and 4:3 resolution, with controls mapped to stylus input and physical buttons for playback or navigation.
- File formats for saving Flipnote-style animations—either mimicking the original Flipnote file structure or defining a compatible/open format to allow export and import with emulators and desktop tools.
- Compatibility with DS flashcarts or homebrew loaders for distribution, or distribution as an emulator ROM image for use on PC-based emulators.
Developers typically used devkitPro and libnds or similar homebrew SDKs to build DS software. Audio capture and playback on the DS is limited by hardware and sampling rates, so the project often provided simplified audio features or required specific cartridge hardware for microphone access.
What About Emulation?