purifetchi / Ugomemo.NET

A simple .NET parser for Flipnote Studio's PPM animation files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ugomemo.NET

A C# library for parsing Flipnote Studio .PPM files.

Features

  • Parser implementation for Flipnote Studio's PPM file format, including (some of the) metadata, animation frames, thumbnails.
  • Integration with ImageSharp for drawing the frames into images.
  • Ability to export flipnotes into GIF files.

Todo

  • Reading and parsing of music and sound effects.
  • Reading the rest of the flipnote's meta information.
  • Ability to export flipnotes into video files.
  • Verification of flipnote signatures.
  • Support for Flipnote Studio 3D's .KWZ files.
  • Turning this into a NuGet package.

Contributing Guide

If you'd really want to contribute to this project (thank you!) please adhere to the Conventional Commits commit format as much as you can.

Also if it's possible, please write a test for any new parsing/functionality that you've added.

Resources

About

A simple .NET parser for Flipnote Studio's PPM animation files.

License:MIT License


Languages

Language:C# 100.0%