23 lines
839 B
XML
23 lines
839 B
XML
|
<?xml version='1.0' encoding='UTF-8'?>
|
||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
|
<pkgmetadata>
|
||
|
<maintainer type="person">
|
||
|
<email>horea.christ@gmail.com</email>
|
||
|
<name>Horea Christian</name>
|
||
|
</maintainer>
|
||
|
<maintainer type="project">
|
||
|
<email>sci@gentoo.org</email>
|
||
|
<name>Gentoo Science Project</name>
|
||
|
</maintainer>
|
||
|
<longdescription lang="en">
|
||
|
Trimesh is a pure Python library for loading and using triangular meshes
|
||
|
with an emphasis on single- body watertight surfaces. The goal of the
|
||
|
library is to provide a full featured and well tested Trimesh object which
|
||
|
allows for easy manipulation and analysis, in the style of the Polygon
|
||
|
object in the Shapely library.
|
||
|
</longdescription>
|
||
|
<use>
|
||
|
<flag name="extra">enable support for additional processing features</flag>
|
||
|
</use>
|
||
|
</pkgmetadata>
|