Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark against bonsairobo/block-mesh-rs ? #9

Open
Inspirateur opened this issue Feb 18, 2024 · 1 comment
Open

Benchmark against bonsairobo/block-mesh-rs ? #9

Inspirateur opened this issue Feb 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Inspirateur
Copy link

Inspirateur commented Feb 18, 2024

Hi, I'm building a bevy voxel game myself and I currently use https://github.com/bonsairobo/block-mesh-rs for meshing. block-mesh seems less user friendly than this crate and doesn't support mesh editing or Minecraft AO (although it does do greedy meshing).

For these reasons I'm considering switching to this crate, but I'd love to see some meshing benchmarks to make a choice ! (particularly on culled mesh between the 2 crates and also edits vs remeshing)

I'm sure this would interest other potential users as well hence this issue :)

@Adamkob12 Adamkob12 added the enhancement New feature or request label Feb 18, 2024
@Adamkob12
Copy link
Owner

I've considered adding benchmarks, I agree its important.
In the meantime, if you'd like to see how the crate holds up in real voxel game, you're welcome to take a look at this.

When it comes to greedy meshing - I've found that the algorithm isn't suitable for most voxel games because it destroys textures (specifically, the UV coordinates of vertices), so I haven't put it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants