bschwind / opencascade-rs

Rust bindings to the OpenCascade CAD Kernel
GNU Lesser General Public License v2.1
118 stars 22 forks source link

Question: c++ bridge is generated automate or manual write ? #152

Closed coyzeng closed 12 months ago

coyzeng commented 1 year ago

https://github.com/bschwind/opencascade-rs/blob/main/crates/opencascade-sys/src/lib.rs

bschwind commented 1 year ago

For better or worse, the bridge code is currently written manually.