https://github.com/andresaraujo/libgdx-project-generator
https://github.com/andresaraujo/libgdx-project-generator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/andresaraujo/libgdx-project-generator
- Owner: andresaraujo
- License: apache-2.0
- Created: 2013-11-03T02:49:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-12T23:44:14.000Z (over 11 years ago)
- Last Synced: 2025-01-19T01:40:55.879Z (3 months ago)
- Language: Shell
- Size: 282 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://waffle.io/andresaraujo/libgdx-project-generator)
# libgdx project generator
A tool to generate libgdx gradle based projects in two simple steps!libgdx lets you publish your games on Windows, Mac, Linux, Android, iOS and HTML5, all with the same code base. More info at [http://libgdx.badlogicgames.com/](http://libgdx.badlogicgames.com/)
## Setting up a simple libgdx project
1. `./gradlew createGdxEmpty` on Linux/OSX or `gradlew createGdxEmpty` on windows.2. Enter project information (project name, package, version, etc)
And thats it! you can now find the generated project in the `out/` directory.
## Building and using IDEs
Follow the great documentation from the [libgdx-gradle-template](https://github.com/libgdx/libgdx-gradle-template)## Show available templates
`./gradle help`## To do
- iOS project template
- More templates
- Scala support