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

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

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