A simple pixel-art GIF creator built with Raylib, C, and ffmpeg.
You can draw frame-by-frame animations adn export them as GIFs.
Linux: Make sure the following are installed::
- raylib
- ffmpeg
- A C compiler (like gcc)
then run:
bash build.bashOr download the pre-built version from itch.io here, you still need to install ffmpeg.
Windows: installl
- raylib
- ffmpeg
- A C compiler then compile using your preferred method..
Here are a few sample GIFs created with the app
- Raylib
- FFmpeg
- C
Fork it, create your feature branch, commit your changes, push to the branch, create a new pull request.