This repository is serving as both a learning tool for myself, and (eventually) as a reference for implementing a bunch of the libgdx examples in scala.
Generally the scala in this project is not idomatic, and instead looks more like java. This is on purpose -- garbage generation is the enemy of smooth gaming.
this should resolve all dependencies and compile:
./sbt
project desktop compile
./run
- Box2D platformer character contols demo'd on the badlogicgames blog
- see com/rathboma/playpen/box2dcharacter
- Sprite Animation
- see com/rathboma/playpen/animation
- Scene2D
- see com/rathboma/playpen/scene2d
LICENSE:
Apache 2.0