https://github.com/mgsx-dev/gdx-docker
https://github.com/mgsx-dev/gdx-docker
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgsx-dev/gdx-docker
- Owner: mgsx-dev
- License: apache-2.0
- Created: 2016-12-02T12:48:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T16:14:30.000Z (about 7 years ago)
- Last Synced: 2025-04-01T06:01:45.928Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 :
* Packr : LibGDX application packager tool.
* some java distributions from https://bitbucket.org/alexkasko
* Native toolchain (GCC, MinGW, NDK)
# 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