mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
19 lines
880 B
XML
19 lines
880 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>3dprint@gentoo.org</email>
|
|
<name>Gentoo 3D Printer Project</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
ibigl is a simple C++ geometry processing library with a wide functionality including construction of sparse
|
|
discrete differential geometry operators and finite-elements matrices such as the cotangent Laplacian and
|
|
diagonalized mass matrix, simple facet and edge-based topology data structures, mesh-viewing utilities for
|
|
OpenGL and GLSL, and many core functions for matrix manipulation which make Eigen feel a lot more like MATLAB.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/libigl/libigl/issues</bugs-to>
|
|
<remote-id type="github">libigl/libigl</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|