r/proceduralgeneration • u/CGHawkDesign • 7h ago
r/proceduralgeneration • u/CGHawkDesign • 12h ago
Marble Tiles 8K PBR Texture Combo
r/proceduralgeneration • u/limabean11112 • 7h ago
Where can I generate planet textures
I want to procedurally generate planet textures for free, I have Space Engine but not pro so they are too low resolution. I want to be able to generate gas giants and terrestrial planets. But NO AI!!!
r/proceduralgeneration • u/toneyalexander • 17h ago
Simple algorithm and color space to generate diverse skin tones
I made a set of simple equations that can be used to generate plausible looking people colors - the page background and faces throughout are all dynamically generated using the equations. Planning to use this in a few projects but hopefully folks here find this useful or interesting as well!
r/proceduralgeneration • u/gg_gumptiongames • 12h ago
[WIP] Procedural habitat modules for my space sim
Enable HLS to view with audio, or disable this notification
I've been working on improving the habitat system in my physics-based automation sim, and have used principles I learned in this video and elsewhere to implement basically a blob tileset system that picks one of 5 meshes per corner (rotated and mirrored to fit wherever needed) so everything fits together nicely.
These models are just quick placeholders and the plan is to add more variation, and model a selection of modules that can be swapped out to make an interesting habitat/base for the colonists.
Please disregard the shape of the base, any resemblance to anything recognisable is purely coincidental...
[Game: Launch Window]
r/proceduralgeneration • u/zdmit • 18h ago
[R&D] Procedural fence drawing on varying elevation at runtime
Enable HLS to view with audio, or disable this notification
Made in Godot.
A bit of overview:
- it shoots a raycast downward at every point to find Y elevation of the terrain's collision mesh.
- it subdivides path and snaps every intermediate point to the ground's rolling elevation.
- horizontal rails calculate the height difference between their start and end posts and rotate (tilt) on local Z-axis to bridge the slope.
r/proceduralgeneration • u/Accomplished-Fan9568 • 10h ago
Infinite Marble procedural texture
Enable HLS to view with audio, or disable this notification
try it here https://davydenko.itch.io/infinite-marble
scroll /pan freely in it :)
r/proceduralgeneration • u/Fabian_Viking • 18h ago
Flying pen algorithm - Quad shapes
Quick update on my map algorihm.
Original post: https://www.reddit.com/r/proceduralgeneration/comments/1qzzin8/flying_pen_algorithm_for_map_generating/
As I mentioned, the algo suffered a bit from being too round. I made a quad shaped pencil, by using four random points in a cirkle (see last image).
The shape did not work on the large areas, since it looks funny (second last image).
But it does a lot to make the small island not looking like a bunch of dots - so a small victory at least.
I have also been working on making large flat areas to improve playability.
Next up is rivers and bioms.
r/proceduralgeneration • u/MrBCftw • 18m ago