https://github.com/mini2dx/gdx-math
LibGDX math classes extracted into a standalone library
https://github.com/mini2dx/gdx-math
Last synced: 20 days ago
JSON representation
LibGDX math classes extracted into a standalone library
- Host: GitHub
- URL: https://github.com/mini2dx/gdx-math
- Owner: mini2Dx
- License: apache-2.0
- Created: 2016-10-20T16:58:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T21:19:04.000Z (about 5 years ago)
- Last Synced: 2024-03-26T16:22:47.793Z (almost 2 years ago)
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gdx-math
======================
LibGDX math classes extracted into a standalone library (i.e. no OpenGL, LWJGL, etc. required)
Mechanism
----------------------
The gradle build will checkout a specific version of libgdx, copy the math source files into src/main/java, package renamed from _com.badlogic_ to _org.mini2Dx_ and compile the standalone jar.
Usage
----------------------
```gradle
compile "org.mini2Dx:gdx-math:1.9.13"
```
This project's only dependency is [gdx-collections](https://github.com/mini2Dx/gdx-collections).
Included Classes
----------------------
The entire _com.badlogic.gdx.math_ package is included