/dyn4j

Java Collision Detection and Physics Engine

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

alt tag

##Java Collision Detection and Physics Engine

A 100% Java 2D collision detection and physics engine. Designed to be fast, stable, extensible, and easy to use. dyn4j is free for use in commercial and non-commercial applications (see the New BSD License)

The project comprises over 1,000 JUnit test cases, a GUI test application called Sandbox, two example applications (ExampleGraphics2D and ExampleJOGL), Javadocs, forum, and more!

Requirements

  • Java 1.6+

Compiled Binaries

Latest versions of dyn4j can be found on Maven Central.

Getting Started

Getting started is easy. Just grab the latest compiled binary and add it to your project's classpath, then take a look at the example applications for a quick start. For a little more detail see Getting Started.

Links