You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/libccd/metadata.xml

21 lines
864 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?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>