gentoo-overlay/sci-libs/libccd/metadata.xml

20 lines
864 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>aballier@gentoo.org</email>
<name>Alexis Ballier</name>
</maintainer>
<longdescription>
libccd is library for a collision detection between two convex shapes.
libccd implements variation on GilbertJohnsonKeerthi 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.
</longdescription>
<use>
<flag name="double-precision">More precise calculations at the expense of speed</flag>
</use>
<upstream>
<bugs-to>https://github.com/danfis/libccd/issues</bugs-to>
<remote-id type="github">danfis/libccd</remote-id>
</upstream>
</pkgmetadata>