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

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, ...)

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