Skip to content

mgsx-dev/gdx-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages