https://github.com/libgdx/libgdx-workshop
https://github.com/libgdx/libgdx-workshop
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/libgdx/libgdx-workshop
- Owner: libgdx
- Created: 2013-06-01T17:10:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-03T01:51:25.000Z (over 12 years ago)
- Last Synced: 2025-06-10T02:11:12.680Z (7 months ago)
- Language: Java
- Size: 15.7 MB
- Stars: 11
- Watchers: 9
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!