@hackage / gjk

Gilbert-Johnson-Keerthi (GJK) collision detection algorithm

Latest0.0.0.2

About

Metadata

  • Last updated , by zaidan
  • License MIT
  • Categories Graphics
  • Maintained by: firas@zaidan.de

  • Lottery factor: 0

Links

Installation

Readme

Gilbert-Johnson-Keerthi (GJK) collision detection algorithm

Hackage Build Status

This package implements the Gilbert-Johnson-Keerthi (GJK) collision detection algorithm for 2D convex objects. It is quite efficient, usually converging within one or two iterations.

This project was ported from Elm to Haskell (see zaidan/elm-collision).

Credits

License

See LICENSE file.