summaryrefslogtreecommitdiff
blob: 33316116723da3a6a556eddd8b3881affb16a464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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 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.
  </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>