sioncore
sioncore copied to clipboard
Small game engine built on top of Libgdx and Ashley
SionCore
A small game entine built on top of Libgdx and Ashley. SionCore is compatible with the desktop, Android and iOS platforms.
The engine is under heavy development and is subject to change. Although, I use it for my personal projects and game jams, it's general enough to serve others.
Licensed under MIT.
How to use
As of now, SionCore doesn't have a proper system to manage dependencies. Every used library is included in the repository.
- Clone the repository
- Import the project into Eclipse
- Add
sioncore
to your Libgdx core project build path - Link the platform specific Libgdx jar files from the corresponding projects
Most modules are either fairly well documented or self-explanatory.
SionCore uses and exposes:
- Libgdx
- Ashley
- Spine
- Universal Tween Engine
- JavaCSV
Contributing
Help is more than welcome. If you find a bug or would like a particular feature, please open an issue. However, if you want to get more involved, clone the repository and open a pull request!