Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.01 KB

Crash2D

Build Status Coverage Status

About

Crash2D is a simple 2D collision detection library that doesnt include other bloat such as a physics engine.

Using the Library

You can obtain a binary of the latest version from the releases page. There is a demo included which uses SFML for rendering.

Documentation is located here: https://crash2d.github.io/

Compiling from Source

To build the library: make library

To build the demo: make demo

To build the test cases: make tests

To generate html coverage report: make coverage

License and Contributing

Adaptations of the project are welcome but you are encouraged to send fixes upstream to the master repository. The project is licensed under the permissive MIT license.