Auburn / FastNoiseLite

Fast Portable Noise Library - C# C++ C Java HLSL GLSL JavaScript Rust Go
http://auburn.github.io/FastNoiseLite/
MIT License
2.73k stars 320 forks source link

Testing infrastructure for C# and Rust #122

Closed Keavon closed 11 months ago

Keavon commented 11 months ago

I built this to compare the results between C# and Rust by generating thousands of permutations and comparing the resulting image files between both versions. I'm leaving this work in this branch for posterity so other languages could potentially test against the C# version by building similar code.

Auburn commented 11 months ago

Thanks! 👍