Simple Heightmap Generator
Recently, I've been experimenting with procedural generation in JavaScript. After some toiling and idiotic mistakes, I've managed to create a basic terrain generator, which works via Simplex noise.
How does simplex noise work?
Simplex Noise is a type of gradient noise. A set of values is spread out along an X/Y coordinate plane. Then, when the elevation for a certain X/Z on the map is needed, the point on the coordinate plane is located. Then, the dot product of the nearby values is found. This means that instead of ugly spikes, you get a rather smooth hilly terrain.
The terrain generator outputs in a height map; this is basically a black-and-white (monochrome) image, where black is higher elevation and white is low elevation. Using tools such as WorldPainter, you can convert heightmaps to Minecraft worlds. The height map generator is available online here.
The picture above was after exporting with WorldPainter.
How does simplex noise work?
Simplex Noise is a type of gradient noise. A set of values is spread out along an X/Y coordinate plane. Then, when the elevation for a certain X/Z on the map is needed, the point on the coordinate plane is located. Then, the dot product of the nearby values is found. This means that instead of ugly spikes, you get a rather smooth hilly terrain.
The terrain generator outputs in a height map; this is basically a black-and-white (monochrome) image, where black is higher elevation and white is low elevation. Using tools such as WorldPainter, you can convert heightmaps to Minecraft worlds. The height map generator is available online here.
The picture above was after exporting with WorldPainter.
Simple Heightmap Generator Screenshots
Dear youtuber!
Have you a channel youtube and want to bring your Video to quality visitors?
Do you want your video to appear on our website?
Do you want to become partner with us?
Just 3 steps to become our partner:
Step 1: Make video review for mods, addons, plugins, ... which you like
Step 2: Upload this video to youtube and our link to your video description
Step 3: Send the youtube video link via message to http://fb.com/9lifehack or leave a comment in the post. We will add your video in the our post, it will help you have more view.
JOIN to get more youtube view with us!!!!
Have you a channel youtube and want to bring your Video to quality visitors?
Do you want your video to appear on our website?
Do you want to become partner with us?
Just 3 steps to become our partner:
Step 1: Make video review for mods, addons, plugins, ... which you like
Step 2: Upload this video to youtube and our link to your video description
Step 3: Send the youtube video link via message to http://fb.com/9lifehack or leave a comment in the post. We will add your video in the our post, it will help you have more view.
JOIN to get more youtube view with us!!!!