tgstation / rust-g

Rust based libraries for tgstation
MIT License
28 stars 100 forks source link

Updates WorleyNoise to be multi-threaded and faster #102

Closed Djiq closed 2 years ago

Djiq commented 2 years ago

Another noise algorithm updated in my streak, this time it's worleynoise, since i didn't know jack shit and i heavily abused Rc<> to acomplish my goals it was really shit. Now it is multi-threaded, blazing fast and really sexy lookin. NOTE: this update changes ABI of worley noise slightly.

obraz

Djiq commented 2 years ago

Hello could someone review this?

AffectedArc07 commented 2 years ago

@tgstation/rust-g-dev-team