Skip to content

LukasKalbertodt/lox

Repository files navigation

Lox: polygon mesh library

CI status of main Crates.io Version docs.rs

lox is a polygon mesh library with different data structures and traits to abstract over those. It can be used to create, generate, process, and analyze polygon meshes. This is part of the field "geometry processing", relevant for developing real-time 3D applications, simulations, 3D-printing, and much more.

Main features:

  • Multiple optimized and well tested mesh data structures, including half edge mesh and directed edge mesh.
  • Ability to abstract over different data structures without overhead.
  • BlAzInGlY fAsT. Ok no actually, it's pretty fast and I have benchmarks to prove it.
  • Prop maps as flexible solution for storing and managing additional mesh properties (e.g. vertex positions, face colors, ...).
  • Built-in algorithms (only very few right now).
  • Notably missing: IO. Explanation.

See the documentation for more details and on how to get started.



License

Licensed under either of Apache License, Version 2.0 or MIT license at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Fast polygon mesh library with different data structures and traits to abstract over those.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages