Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/congcoi123/woodyx

The small library based on Libgdx.
https://github.com/congcoi123/woodyx

box2d game-development java-library libgdx tweening-engine

Last synced: about 1 month ago
JSON representation

The small library based on Libgdx.

Awesome Lists containing this project

README

        

# Woodyx

This is a small library based on the [Libgdx](https://libgdx.badlogicgames.com/) framework. It can help you easier to create the physic body object with [box2d](https://box2d.org/) library or make the tween effect by [Universal Tween Engine](https://github.com/AurelienRibon/universal-tween-engine) library.

## How to use
- Just implement and use it!

## Wiki
The [wiki](https://github.com/congcoi123/woodyx/wiki) provides implementation level details and answers to general questions.

## Dependencies
- gdx
- gdx-freetype
- tween-engine-api
- bodyeditor-loader

## License
This project is currently available under the [MIT](https://github.com/congcoi123/woodyx/blob/master/LICENSE) License.

## Installation
You can get the sources:
```
git clone https://github.com/congcoi123/woodyx
```

> Happy coding !