The 2D Perlin Noise Visualizer is a tool I've created to simplify the process of working with Perlin noise. Whether you're an experienced developer looking to fine-tune your noise patterns or a newcomer who want to learn about perlin noise.
Why did i make this?
I made this tool because I recently worked on terrain generation using Perlin noise and realized how challenging it can be to create and fine-tune noise patterns for the desired results. I wanted to simplify this process for myself and others.
I’ve always found a lot of trouble with perlin noise (well sorta, at least making good generation). So, this plugin would’ve been good for me if I was still interested in making terrain with it).
Pretty cool
(Did you forget to include a plugin link or something like that?)
I think this still fits in Community Resources, even if it’s not a plugin you can easily just adjust the perlin noise in your projects based on the results from this experience.
Both free or open-source, as well as paid and closed-source resources may be posted about in this category. - Confucius
There is extremely minimal difference between doing it inside your studio and doing it in a game place, it serves the same purpose and provides the same results.
Anyway, this is a great resource to easily visualize perlin noise results. I’m working on a 2D (isometric-style) voxel game and this will be of great help.
That’s a great idea although it might be hard to add. Right now i’m using the built in math.noise function which means if i want to add worley noise i would have to make my own algorithm in studio.
Thank you for your feedback!
I have just added a feature that lets you import your creations in studio. In the tab where you can load your saved noise patterns you can now copy the script on the right and paste it into studio to get the exact same pattern.
I’ve been thinking about making it a plugin. Other people have asked about it as well. I am currently working on other projects, but when I have some free time it is definitely something I will consider making.
On a serious note, I have never worked with perlin noice, I do know what it is for and how it is able to be used for terrain generation for example, so this plugin looks usefull for people who wanna preview generations on an image, cool plugin!
i just looked up “2D noise visualizer” on google after having the exact same problem-- luck would have it this just happened to be the first result, exactly what im looking for
great plugin, thanks for the good work!