vilvadot / sketch-planets-generator

🎨 A little deterministic planetary system generator from a seed

Home Page:https://sk1.vilva.io/704937292

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

Screenshot 2021-12-26 at 17 15 44

My first take at procedural generation from a seed.

An integer seed is split into parts, each used to generate the different properties of the planet: size, distance, type etc... and further seeds are generated for the other layers of the system (moons in this case) simple technique but quite effective.

Play around generating systems and if you fall in love with any of them, save the url to rebuild it later.

Try it here

References

Reddit: Procedural generation from seed steps?

About

🎨 A little deterministic planetary system generator from a seed

https://sk1.vilva.io/704937292


Languages

Language:JavaScript 84.9%Language:HTML 15.1%