Initial commit.
[piccoinput.git] / README
blobc9303fc2cbd3aa8ec7d4cb5ef4f97572cba15b3e
1 This library was created by Hanno Braun.
2 Website: http://habraun.net
4 PiccoInput is a small library written in Scala (http://scala-lang.org/). It acts as an event handler for input events from the Piccolo2D scene graph (Java version).
5 PiccoInput hides the complexity of Piccolo's event-based input model and provides an API that allow you to easily poll for currently pressed keys from your main loop.
7 PiccoInput was designed for rather simple games written in Scala. It is probably usable from Java, but the API has a certain "Scala smell" on it, so I don't think this would be a pleasant experience.