openGJK/README.md

13 lines
477 B
Markdown
Raw Normal View History

2018-11-13 14:17:15 -08:00
2021-06-10 14:41:30 -07:00
Hello!
2018-11-13 14:17:15 -08:00
This is a simple and reliable C implementation of the Gilbert-Johnson-Keerthi (GJK) algorithm, [docs and details are available here](https://www.mattiamontanari.com/opengjk/).
2018-11-13 14:17:15 -08:00
All contributes are all welcome. For instance you could add:
- Support for other shapes: quadrics and splines (easy)
- More python examples and test (easy)
- EPA algorithm (hard)
2018-11-13 14:17:15 -08:00
2021-06-10 14:41:30 -07:00
> openGJK, Copyright (c) 2018-2021
>
> Department of Engineering Science. University of Oxford, UK.