Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 796 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 796 Bytes

Libgdx examples in Scala

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.

Compiling

this should resolve all dependencies and compile:

./sbt

project desktop compile

Running:

./run

Currently Implemented

  1. Box2D platformer character contols demo'd on the badlogicgames blog
  • see com/rathboma/playpen/box2dcharacter
  1. Sprite Animation
  • see com/rathboma/playpen/animation
  1. Scene2D
  • see com/rathboma/playpen/scene2d

LICENSE:

Apache 2.0