Skip to content
Posts Jan 3, 2018 1 min read

Generating Terrain with Open Simplex Noise

A Processing implementation of a Minecraft-style terrain generator using Open Simplex Noise, featuring 3D voxel-based terrain with performance analysis of random walker agents.

Generating Terrain with Open Simplex Noise

Expanding on last night’s work with Open Simplex Noise. I figured the next logical step was to make a Minecraftian terrain generator, so here it is. If I ever felt compelled to build a game from the ground up, this would probably be my starting point.

Just to further explore the idea of making a game, I threw some random walkers on my random terrain to see what performance looked like. I was getting only 30FPS with 64 walkers on a relatively beefy CPU, confirming the obvious fact that Java is the wrong language for this application.

Connected Reading

Related entries

Chosen from shared tags, categories, and nearby section context.

Discovery Layer

Connected Memory

A focused relationship view around this entry, using shared categories and tags.

Categories 0
Tags 0
Posts 0