Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tentone/ganimator
- Owner: tentone
- License: gpl-3.0
- Created: 2015-12-22T15:05:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T17:37:25.000Z (almost 7 years ago)
- Last Synced: 2024-11-12T18:11:55.606Z (3 months ago)
- Topics: animation, game-development, libgdx
- Language: Java
- Homepage:
- Size: 6.61 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)