Added the class Scalar.
[scd.git] / README
blob85b7470abdbd8953e4c77965f17ad8fb36196450
1 This library was created by Hanno Braun.
2 Website: http://habraun.net
4 Scalable Dynamics (short: SD) is a 2D physics library targetted at games. It is written in Scala (http://scala-lang.org/).
5 SD is in early stages of development and still misses many basic features. The following functionality is currently implemented:
6 * Rigid bodies
7 * Linear movement
8 * Applying forces and impulses to bodies
9 * Supported body shapes: circles and line segment
10 * Continious collision detection between all supported shapes