All Projects â†’ jaames â†’ flipnote-player

jaames / flipnote-player

Licence: MIT license
🎬 Web player and video converter for animations made with Flipnote Studio; an animation app for the Nintendo DSi and 3DS

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to flipnote-player

kwz-parser
Example full-featured Python parser for Flipnote Studio 3D's .kwz animation format
Stars: ✭ 18 (-78.82%)
Mutual labels:  nintendo-3ds, nintendo-hacking, flipnote, flipnotestudio, kwz
flipnote-studio-3d-docs
Documentation for Flipnote Studio 3D (3DS eShop)
Stars: ✭ 25 (-70.59%)
Mutual labels:  nintendo-3ds, flipnote, flipnotestudio
Brahma
Brahma - Privilege elevation exploit for Nintendo 3DS
Stars: ✭ 34 (-60%)
Mutual labels:  nintendo-3ds, nintendo-hacking
Universal-Manager
Multimedia tool for Nintendo DSi, Nintendo 3DS and Nintendo Switch.
Stars: ✭ 26 (-69.41%)
Mutual labels:  nintendo-3ds, nintendo-dsi
CDNTool
CDN Nintendo's servers 3DS title downloader (as CIA)
Stars: ✭ 15 (-82.35%)
Mutual labels:  nintendo-3ds, nintendo-hacking
SuperPhotoStudio
Take pictures of your favorite characters, in glorious Hori-HD (800px mode)!
Stars: ✭ 16 (-81.18%)
Mutual labels:  nintendo-3ds, nintendo-dsi
m3diaLib-CTR
A C++ library for easier homebrew development for the Nintendo 3DS
Stars: ✭ 39 (-54.12%)
Mutual labels:  nintendo-3ds, nintendo-hacking
bottomless-block-barrage
Panel de Pon (Tetris Attack) clone for the 3ds.
Stars: ✭ 15 (-82.35%)
Mutual labels:  nintendo-3ds, nintendo-hacking
Twilightmenu
DSi Menu replacement for DS/DSi/3DS/2DS
Stars: ✭ 1,834 (+2057.65%)
Mutual labels:  nintendo-3ds, nintendo-dsi
Pimiibo
A tool to create your own amiibo!
Stars: ✭ 92 (+8.24%)
Mutual labels:  nintendo-3ds
Pk3ds
Pokémon (3DS) ROM Editor & Randomizer
Stars: ✭ 244 (+187.06%)
Mutual labels:  nintendo-3ds
Cpp3ds
Basic C++ gaming framework and library for Nintendo 3DS
Stars: ✭ 80 (-5.88%)
Mutual labels:  nintendo-3ds
Relaymyhome
(MacOS) Nintendo 3DS StreetPass Automation
Stars: ✭ 106 (+24.71%)
Mutual labels:  nintendo-3ds
pnm
pbm, pgm, ppm image IO for modern C++ (single header only library)
Stars: ✭ 14 (-83.53%)
Mutual labels:  ppm
Citro2d
Library for drawing 2D graphics using the Nintendo 3DS's PICA200 GPU
Stars: ✭ 88 (+3.53%)
Mutual labels:  nintendo-3ds
ENGAGE
Source code repository for ENGAGE: Battery-Free Game Boy
Stars: ✭ 75 (-11.76%)
Mutual labels:  nintendo-hacking
Guide 3ds
A complete guide to 3DS custom firmware, from stock to boot9strap.
Stars: ✭ 1,055 (+1141.18%)
Mutual labels:  nintendo-3ds
Picasso
Homebrew PICA200 shader assembler
Stars: ✭ 41 (-51.76%)
Mutual labels:  nintendo-3ds
SARC-Tool
Tool for extracting and packing SARC files present in Nintendo EAD games.
Stars: ✭ 60 (-29.41%)
Mutual labels:  nintendo-3ds
3ds Examples
Examples for 3DS using devkitARM, libctru, citro3d and citro2d
Stars: ✭ 221 (+160%)
Mutual labels:  nintendo-3ds


Flipnote Player

A web player and video converter for animations created with Flipnote Studio and Flipnote Studio 3D
Check it out at flipnote.rakujira.jp

Features

  • Full support for both of the proprietary animation formats used by Flipnote Studio and Flipnote Studio 3D
  • Built-in converters for exporting Flipnotes as high quality MP4 video (!!!), animated GIF, or static image sequences
  • Multi-file upload support -- open multiple Flipnotes at once and browse through them, with thumbnails and usernames shown
  • The ability to load Flipnotes directly from Kaeru Gallery or IPGFlip web URLs
  • No server-side code whatsoever
  • 100% free and open source :^)

Background

Released in 2009, Flipnote Studio is an application for the Nintendo DSi which allows users to create flipbook-style animations with the console's touch screen, cameras and microphone. In 2013 it recieved a sequel on the Nintendo 3DS called Flipnote Studio 3D, which expanded upon the original's feature set and added the ability to use 3D depth.

Even though it has been several years since the last Flipnote Studio installment was released (and the online services for both apps have since been retired) there is still a large community of people actively creating Flipnotes thanks to fan-built services such as Kaeru Gallery, IPGFlip and Sudomemo. There's even several high-profile artists such as Kéké who are rocking Flipnote Studio on social media.

My hope is that this project will help the Flipnote community to continue sharing their creations :)

Built With

Building

Copy .env.example to .env:

cp .env.example .env

Install dependencies:

npm install

Build production-ready assets in the /dist directory:

npm run build

Run development server:

npm run dev

Generate sample Flipnote manifest file

npm run manifest

Acknowledgments

  • Everyone acknowledged in the flipnote.js readme
  • Kaeru Team for providing helpful feedback and for their assistance with testing.
  • Sudomemo for providing sample Flipnotes and audio equalizer settings used in video conversion.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].