An open API service indexing awesome lists of open source software.

https://github.com/libgdx/libgdx-workshop


https://github.com/libgdx/libgdx-workshop

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

libgdx-workshop
===============

Code accompanying the [libgdx workshop slides](https://docs.google.com/presentation/d/1eg6mdvSA_pzZsv6EBJ24bFNRXyk32nsSt1Un-nILaho/edit?usp=sharing). Libgdx
is a cross-platform game development framework. Write your app in Java and deploy it to Windows, Linux, Mac OS X, HTML5/WebGL, Android and iOS. More
information at the [official site](http://libgdx.badlogicgames.com/).

Steps to work with the code:
1. Clone the repository via a Git client of your choice (preferred), or get the [zip](https://github.com/libgdx/libgdx-workshop/archive/master.zip) containing the contents of this repository
2. [Setup your development environment](https://code.google.com/p/libgdx/wiki/Prerequisits)
3. Read the [workshop slides](https://docs.google.com/presentation/d/1eg6mdvSA_pzZsv6EBJ24bFNRXyk32nsSt1Un-nILaho/edit?usp=sharing) and follow along

Happy coding!