dark-forest icon indicating copy to clipboard operation
dark-forest copied to clipboard

Perlin Noise

Open evanmays opened this issue 3 years ago • 1 comments

Currently, plugging in a remote-explorer plugin wouldn't work with this repo. That's because we can't take in x, y, mimc-hash, and convert that to a planet.

The missing piece here is a Perlin function, perlin(x, y, hash)

There's a few implementations out there in rust although I'm not sure how similar they are to the javascript implementation which dark forest uses in their client code

evanmays avatar Aug 09 '21 05:08 evanmays

We'll need a new custom Perlin implementation to match the under under the npm package @darkforest_eth/hashing. I still haven't got to it yet, but is in my plans

gakonst avatar Aug 16 '21 06:08 gakonst