GitHub - TanTanDev/binary_greedy_mesher_demo
Binary greedy mesher demo
A voxel engine project highlighting a 🔥 blazingly 🔥 fast binary greedy mesher.
Written with Rust utilizing bevy game engine.
benchmarks
There are various benchmarks implemented, but only 2 are enabled. (A simple culled mesher VS the binary greedy mesher).
The project utilize the criterion library for benchmarking and it generates html report target/criterion/report.
resources I used to build this:
(video) Greedy Meshing Voxels Fast - Optimism in Design Handmade Seattl...
Read more at github.com