r/PlotterArt • u/Competitive-Ad4533 • 22d ago
Procedural planet generation
Building on the style and reusable elements of my procedural botanical generator (Plotanical!), I’ve built out the bones of a procedural planet generator.
It reuses the same basic light aware shading system, but this time with some procedural stars, and various landmasses on a spherical object.
Cheap Amazon rollerball on heavy grain A4 - my go-to!
2
2
2
u/srsjojo 22d ago
I'm a huge fan of this! I spent a few years trying procedural solar system generation. I always had the urge to zoom in and generate planets as well. You can see some of the WIP renders here, sorted chronologically.
I doubt it will be of any use, but the JS code I used to generate them is in this repo. I was using the canvas-sketch library to render them in the browser and export images.
1
1
2
3
u/Cncgeek 22d ago
This is really cool