Rust wrapper crate for the Google Draco mesh compression library. Not really working yet.
TODO
The bindings are generated with rust-bindgen
, which requires clang/llvm. For easier updates without complicated dependency setup, Docker and Docker Compose can be used:
docker-compose run generate cargo build
(updates src/bindings.rs
)