Exherbo
GitLab
Packages
dev-libs/meshoptimizer
Mesh optimization library that makes meshes smaller and faster to render.
Versions
Slot
Version
Repository
Platforms
0
0.23
heirecka
~amd64
arm?
armv7?
armv8?
x86?
Metadata
Homepage
https://github.com/zeux/meshoptimizer
Summary
Mesh optimization library that makes meshes smaller and faster to render
Description
When a GPU renders triangle meshes, various stages of the GPU pipeline have to process vertex and index data. The efficiency of these stages depends on the data you feed to them; this library provides algorithms to help optimize meshes for these stages, as well as algorithms to reduce the mesh complexity and storage overhead. The library provides a C and C++ interface for all algorithms; you can use it from C/C++ or from other languages via FFI (such as P/Invoke).
Dependencies
(
build:
sys-devel/cmake[>=3.24.0]
)
Downloads
https://github.com/zeux/meshoptimizer/archive/v0.23.tar.gz -> meshoptimizer-0.23.tar.gz
Licences
MIT