verpeteren / rust-simd-noise

SIMD noise library for Rust
https://crates.io/crates/simdnoise
252 stars 20 forks source link

Refactor the codebase to the updated simdeez API #47

Closed arduano closed 1 week ago

arduano commented 1 year ago

Leaving this issue here to track the fact that I'm working on it, let me know if that would conflict with anything

arduano commented 1 year ago

An example of how the new API looks like would be here: https://github.com/verpeteren/rust-simd-noise/compare/master...arduano:rust-simd-noise:master currently in the cell_32 file.

@verpeteren This may create some pretty nasty merge conflicts, should I wait for any of your other tasks to be finished before continuing?

arduano commented 1 year ago

Oh and also, I've added Arm Neon support to simdeez in that new version and I'm planning to add wasm as well, so the library would be able to support those too.

verpeteren commented 1 week ago

@arduano: I'll close this (tracking) issue, I just merged the simdeez v2 into master