Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purifetchi/ugomemo.net
A simple .NET parser for Flipnote Studio's PPM animation files.
https://github.com/purifetchi/ugomemo.net
csharp dotnet flipnote flipnotestudio ppm
Last synced: about 1 month ago
JSON representation
A simple .NET parser for Flipnote Studio's PPM animation files.
- Host: GitHub
- URL: https://github.com/purifetchi/ugomemo.net
- Owner: purifetchi
- License: mit
- Created: 2022-05-08T16:17:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T18:52:40.000Z (over 2 years ago)
- Last Synced: 2024-10-15T07:24:12.980Z (3 months ago)
- Topics: csharp, dotnet, flipnote, flipnotestudio, ppm
- Language: C#
- Homepage:
- Size: 425 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.conventionalcommits.org/en/v1.0.0/) 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
* Rakujira's fantastic [flipnote.js](https://github.com/jaames/flipnote.js) library.
* [FlipnoteCollective's flipnote format documentation](https://github.com/Flipnote-Collective/flipnote-studio-3d-docs/).