Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for WeekEnd 1 source + adding free animation programs #197

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Unsure what to contribute? Check out the `good first issue` [tagged GitHub issue
-->

- [Animation](#animation)
- [Free Software for Animating](#free-software-for-animating)
- [Spritesheet Generation](#spritesheet-generation)
- [Texture Atlas](#texture-atlas)
- [Composing](#composing)
Expand All @@ -53,6 +54,13 @@ Unsure what to contribute? Check out the `good first issue` [tagged GitHub issue
- [Aseprite](https://www.aseprite.org/) - Animated sprite editor and pixel art tool.
- [Aseprite JSON to XML](https://github.com/MaybeMaru/Aseprite-JSON-to-XML) - Converter from Aseprite's JSON format to Sparrow XML that is compatible with Funkin'. (Note: Aseprite is getting support on engines such as Codename Engine, therefore you won't need this for those engines anymore)

### Free Software for Animating

- [OpenToonz](https://opentoonz.github.io/e/) - A free and open source 2D animation program that specializes in frame-by-frame animation. Supports vector graphics and layers. Available for Windows, macOS, and Linux.
- [Synfig Studio](https://www.synfig.org/) - A free and open source 2D animation program with the aim of making professional-level animations with less of the hassle. It features vector tweening, layers and filters, and a bone system. Available for Windows, macOS, and Linux.
- [Glaxnimate](https://glaxnimate.mattbas.org/) - A free and open source 2D animation program that aims to be fast and simple to use. Has layer support, vector tweening, and can export animations for web use. Available for Windows, macOS, and Linux.
- [Wick Editor](https://www.wickeditor.com/) - A free and open source program intended to make games and 2D animations as simply as possible. Supports vector graphics. Available for Windows, macOS, and Linux, and it can run in a web browser.

### Spritesheet Generation

- [FNF Spritesheet and XML Maker](https://github.com/UncertainProd/FnF-Spritesheet-and-XML-Maker) - Combines individual frames together into spritesheets for FNF, and helps you manage animations.
Expand Down Expand Up @@ -102,7 +110,7 @@ Unsure what to contribute? Check out the `good first issue` [tagged GitHub issue

## Programming

- [Friday Night Funkin' Official Source Code](https://github.com/FunkinCrew/funkin) - The original open source game by The Funkin' Crew. Last updated for Week 7.
- [Friday Night Funkin' Official Source Code](https://github.com/FunkinCrew/funkin) - The original open source game by The Funkin' Crew. Last updated for WeekEnd 1.

### Engines and Forks

Expand Down
Loading