Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/congcoi123/woodyx
- Owner: congcoi123
- License: mit
- Created: 2020-02-22T09:18:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T19:45:36.000Z (over 4 years ago)
- Last Synced: 2024-11-08T07:50:46.026Z (3 months ago)
- Topics: box2d, game-development, java-library, libgdx, tweening-engine
- Language: Java
- Homepage: https://congcoi123.dev
- Size: 2.23 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 !