https://github.com/dwursteisen/libgdx-addons
Addons for LibGDX projet (Ashley addons, gradle plugin for Aseprite, Packr, ...)
https://github.com/dwursteisen/libgdx-addons
ashley gamedev gradle gradle-plugin kotlin libgdx
Last synced: 8 months ago
JSON representation
Addons for LibGDX projet (Ashley addons, gradle plugin for Aseprite, Packr, ...)
- Host: GitHub
- URL: https://github.com/dwursteisen/libgdx-addons
- Owner: dwursteisen
- Created: 2017-07-31T08:41:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T10:37:58.000Z (over 6 years ago)
- Last Synced: 2025-08-09T00:51:38.477Z (10 months ago)
- Topics: ashley, gamedev, gradle, gradle-plugin, kotlin, libgdx
- Language: Kotlin
- Homepage: https://dwursteisen.github.io/libgdx-addons/
- Size: 16.6 MB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LibGDX Addons
Addons for LibGDX, for ease game development
## Gradle Plugins
- [libgdx-gradle-plugin](./libgdx-gradle-plugin): Ease the setup of a libgdx project;
- [assets-gradle-plugin](./assets-gradle-plugin): Create an Assets class with all assets filename;
- [packr-gradle-plugin](./packr-gradle-plugin): Add Packr tasks to bundle a JVM with your game;
- [aseprite-gradle-plugin](./aseprite-gradle-plugin): Export Aseprite file to spritesheet.
## LibGDX libraries
- [core-addons](./core-addons): Extensions methods for libgdx core;
- [ashley-addons](./ashley-addons): Extensions methods and several base component/systems for Ashley;
- [aseprite-addons](./aseprite-addons): Allow to load Aseprite JSON and texture as Animation or extract slices;
- [admob-addons](./admob-addons): Add support to Admob to your libgdx game;
- [libgdx-test](./libgdx-test): Test library to control your game from a test.
## How to use it?
See the [documentation website](https://dwursteisen.github.io/libgdx-addons/).
## Notes
Please notes that everything is developed in Kotlin
See also:
- ktx : https://github.com/libktx/ktx