Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tentone/ganimator

2D animation system designed to produce content for games. Only supports LibGDX for now.
https://github.com/tentone/ganimator

animation game-development libgdx

Last synced: about 1 month ago
JSON representation

2D animation system designed to produce content for games. Only supports LibGDX for now.

Awesome Lists containing this project

README

        

# Ganimator

- Basic visual 2D vectorial animation system designed to produce content for games using libGDX developed with Java.
- This was developed as an auxiliar tool for a 2D game engine that i was developing.
- To run it simply download the repo and run the build/ganimator.jar, some example animations are available in the examples folder.
- To load an animation first add the working directory in the file/settings menu.

### Screenshots
![alt tag](https://raw.githubusercontent.com/tentone/ganimator/master/docs/screenshot/a.png)
![alt tag](https://raw.githubusercontent.com/tentone/ganimator/master/docs/screenshot/b.png)
![alt tag](https://raw.githubusercontent.com/tentone/ganimator/master/docs/screenshot/c.png)

### Install
- Clone repository from github
- Run ganimator.jar or ganimator.exe from the build folder

### License
- Ganimator is distributed under a GNU General Public License v3.0 (Available on GitHub page)