Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 521 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 521 Bytes

libgdx-jogl-backend

Non official LibGDX JoGL backend, it is an experimental backend to libgdx based on JoGL, you might experience some crash, if/when it happens please open an issue.

Libgdx version: 1.12

Forked from: https://github.com/gouessej/libgdx

Gradle

compile 'com.thelsing.gdx:gdx-backend-jogl:1.12.1'

Maven

<dependency>
  <groupId>com.thelsing.gdx</groupId>
  <artifactId>gdx-backend-jogl</artifactId>
  <version>1.12.1</version>
</dependency>