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