This package browser is in early development. Mind the rough edges.

libccd 2.1

Library for collision detection between two convex shapes

libccd is library for a collision detection between two convex shapes. libccd implements variation on Gilbert–Johnson–Keerthi algorithm plus Expand Polytope Algorithm (EPA) and also implements algorithm Minkowski Portal Refinement (MPR, a.k.a. XenoCollide) as described in Game Programming Gems 7.

Installation

Install libccd 2.1 as follows:

guix install libccd@2.1

Or install the latest version:

guix install libccd

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.