Auburn / FastNoiseLite

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

Preview Tool Source Code #13

Closed agaubatz closed 4 years ago

agaubatz commented 7 years ago

Thanks for making this great library! Is the source code for the preview tool available anywhere?

I was hoping to poke around in it to help me understand how the settings for Gradient Perturb work.

kulberda commented 6 years ago

I'm also curious about how to replicate the results of Gradient Perturb.

realisim commented 6 years ago

same here :) Great library by the way!

Auburn commented 6 years ago

I'm currently working on a better noise preview tool that will have a real 3D output and multi-platform. I don't want to to put the effort into getting the current noise preview tool in a state to release, but here is a Gist of the main cpp

realisim commented 6 years ago

I’ve been reading your source code and Noticed it was not possible to generate a periodic (tileable) Perlin/Cellular noise... did I miss something?

If not, I am planning in extending your code with that feature ( needed by our project and fastNoise seems to be the most appropriate).

Would you be interested by such a feature if I can make something decent? I would fork and pull request the modifications.

Have a good day and cheers for your great work.

Le sam. 3 févr. 2018 à 08:15, Jordan Peck notifications@github.com a écrit :

I'm currently working on a better noise preview tool that will have a real 3D output and multi-platform. I don't want to to put the effort into getting the current noise preview tool in a state to release, but here is a Gist https://gist.github.com/Auburns/6c26380869f99e998c5122d044036f2c of the main cpp

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Auburns/FastNoise/issues/13#issuecomment-362805203, or mute the thread https://github.com/notifications/unsubscribe-auth/ANFRieFJa8r1FmSvFdApaHuLfx2i_1Ffks5tRFwAgaJpZM4PaQ_9 .

-- -Po

Auburn commented 6 years ago

Please create a new issue for this, but yes I think it is a desired feature.