A simple libGDX demo, for an isometric game.
Provided under the Apache Software License.
Hints about building and running:
- Gradle builds a NON-working GWT version in cygwin.
- gradle html:dist creates a deployable version, under html\build\dist
- gradle html:superDev create a "directly running" version. I think it can somehow be debugged into the web-browser console.
- I think gradle html:superDev does not work in Firefox for me, but it does work in Chrome.
- Do not trust what gradle html:superDev says at the end; the URL to go to is: http://localhost:8080/html/
- For Android: gradlew android:installDebug android:run does the job.