- Write js script using API from examples
- Rebuild project with command
make
(or build in other way if you are using different building system) - Run
GifMaker.exe <your-js-script-name>
- Wait for output
out.gif
- Linux (for system calls (might be better to switch to cross platform solution))
- make + g++ OR premake5 + whatever you like for building project
- imagemagick
Feel free to make issues and contribute too!