Popularity
2.2
Declining
Activity
0.0
Stable
2
3
0

Monthly Downloads: 12
Programming language: Haskell
License: MIT License
Tags: Graphics    
Latest version: v0.0.0.2

gjk alternatives and similar packages

Based on the "Graphics" category.
Alternatively, view gjk alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of gjk or a related project?

Add another 'Graphics' Package

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.


*Note that all licence references and agreements mentioned in the gjk README section above are relevant to that project's source code only.