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

Download history 795/week @ 2024-12-14

795 downloads per month
Used in microcad-core

MIT/Apache

3MB
19K SLoC

C++ 12K SLoC // 0.2% comments Python 2.5K SLoC // 0.0% comments TypeScript 2K SLoC // 0.6% comments JavaScript 1.5K SLoC // 0.1% comments Rust 220 SLoC // 0.0% comments Shell 132 SLoC // 0.2% comments INI 3 SLoC

Manifold-rs: Rust wrappers for Manifold

Status Crates.io Documentation Dependency status

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

Dependencies