gwihlidal / meshopt-rs

Rust ffi and idiomatic wrapper for zeux/meshoptimizer, a mesh optimization library that makes indexed meshes more GPU-friendly.
Apache License 2.0
163 stars 33 forks source link

Meshoptimizer 0.22 #53

Closed JMS55 closed 3 weeks ago

JMS55 commented 3 weeks ago

The upstream release is soon https://github.com/zeux/meshoptimizer/pull/795.

I'd love to have a new release of meshop-rs with it so that Bevy 0.15 (which is releasing in probably a week or two) can ship with it.

I'd also like for meshopt_simplifyWithAttributes (with vertex locks) to be exposed safely (not only through ffi).

JMS55 commented 3 weeks ago

And 0.22 has been released!