On The Subject Of Procedural Generation
-
Fractional Brownian Motion with Colour Nov 4, 2025Building on previous experiments with Fractional Brownian Motion over Open Simplex 2 Noise, I’ve introduced colour that varies with the noise value and time. The purpose is to experiment with parameterisation of …
-
Fractional Brownian Motion + OpenSimplex Noise Jun 13, 2024I use procedural generation in my hobby game project and part of that involves creating noise. To help choose interesting noise parameters I made a tool to visualise the changes quickly called Noise Explorer. I love the …
-
Procedural Planet Surface Jun 4, 2024I’ve recently been working on generating planet surfaces, initially using Open Simplex Noise, and building on this using fractional Brownian Motion. This makes them more interesting than just spheres, and allows …