8 unstable releases (3 breaking)
new 0.4.1 | Dec 21, 2024 |
---|---|
0.4.0 | Dec 20, 2024 |
0.3.3 | Dec 17, 2024 |
0.2.0 | Dec 16, 2024 |
0.1.0 | Dec 16, 2024 |
#187 in Graphics APIs
795 downloads per month
Used in microcad-core
3MB
19K
SLoC
Manifold-rs: Rust wrappers for Manifold
This crate provides Rust wrappers for the Manifold C++ API.
Note: This is a work in progress and not all functionality is available yet. Please submit an issue if you need a specific feature.
Usage
Add this to your Cargo.toml
:
[dependencies]
manifold-rs = "0.4"
Example
In examples/write_stl.rs file contains several examples demonstrating how to use the library.
lib.rs
:
Rust integration of C++ library Manifold for geometric operations