Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 857 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 857 Bytes

LibGDX image

Docker image to build LibGDX Games or Extensions : https://hub.docker.com/r/mgsx/gdx-docker/

This image provides all what you need in order to :

  • Create distribution of your game for all LibGDX supported platforms.
  • Build native code for some LibGDX supported platforms (all exept MacOSX and iOS).

This image contains :

How to use this image

To run a docker container in your current directory (eg. your LibGDX project directory), type

docker run --rm -v $(pwd) -it mgsx/gdx-docker bash

This will run a new container binding current folder to container work folder.

Once in container, you can run for instance ./gradlew build

Some provided scripts are available in PATH :

  • packr