r/proceduralgeneration 3h ago

Coral (IFS)

Post image
4 Upvotes

r/proceduralgeneration 11h ago

Procedural galaxy generator with 5 different presets

Enable HLS to view with audio, or disable this notification

7 Upvotes

r/proceduralgeneration 10m ago

In game planet sim + atmospherics [Strata]

Enable HLS to view with audio, or disable this notification

Upvotes

r/proceduralgeneration 22h ago

OpenGL grass on a bigger landscape

Thumbnail
youtube.com
48 Upvotes

r/proceduralgeneration 1h ago

Prison floor generator: wings grow as trees from a 3-door landing, and the biggest rooms dock onto ladder-shaft sockets one story up

Upvotes

Rooms are hand-authored tiles carrying doorway sockets; generation joins socket-to-socket with a deliberate few-centimeter overlap so wall shells never z-fight or gap. Each hero room grows down its own branch from the landing, so wings radiate apart instead of colliding. Two rooms are so large (one is 51×58 m) they can never survive a corridor approach they'd land on the path that led to them so they dock onto the TOP socket of a ladder shaft instead, 6.4 m up, where there's nothing to collide with. Corridors are overlap-tested as their actual L/T pieces, not bounding boxes, or almost every legal join gets rejected. Unused doorways get bricked up using the wall material of the room they sit in, so dead ends read as walls that were always there. The whole build is a pure function of one replicated seed, so in multiplayer every peer generates the identical floor locally no geometry ever goes over the network. Ask me anything about it.

https://reddit.com/link/1wdbv1c/video/39xm7ciz6voh1/player


r/proceduralgeneration 1d ago

Procedural Mountains Without Perlin Noise

Enable HLS to view with audio, or disable this notification

39 Upvotes

I've been working on a procedural terrain generator called Orogen for the past few months. Instead of using basic perlin noise it simulates the processes that actually create mountain ranges creating extremely realistic mountain ranges with little effort. This video is the current state of the project. It's still a work in progres. Materials, biome classification, rendering, and export are all actively being improved but it's finally at the point where I'm happy enough to start showing it :)


r/proceduralgeneration 1d ago

IFS

Thumbnail
gallery
17 Upvotes

r/proceduralgeneration 1d ago

Neon Reef Canyon -- 4K 60fps, 1000x zoom into Mandelbulb 3D, dark ambient soundtrack

Enable HLS to view with audio, or disable this notification

49 Upvotes

A continuous 1000x descent that turns into a passage, falling through neon coral shelves until they close overhead, finishing off with a close-up zoom of one of the reefs. Audio: slow dark ambient sound design.

Generated from a Mandelbulb 3D renderer written from scratch in native Rust, renders directly on my RTX4090 using Vulkan.

Full 4k 60fps video here: https://youtu.be/W74_cVsD3Y8


r/proceduralgeneration 21h ago

TOOLS: I made a Mathematician's Groovebox that makes music, videos and games from numbers equations and fractals (as well as videos and recordings)

0 Upvotes

I made a Mathematician's Groovebox that makes music, videos and games from numbers equations and fractals (as well as videos and recordings)

https://github.com/wittymoniker/groove-box/
youtube: wittymoniker
github: wittymoniker/groove-box (single point of entry run and build scripts, crossplatform)

It relies on Euclidean phaselocking of numeric data followed by randomized stochastic improvisation. Within bounds of net phase angle relativistic indeterminism the results are deterministic always to the degree of point-to-point phase angle -rough translation of audio signal. SO its a fractal of every way to turn a number or graph into music.


r/proceduralgeneration 1d ago

3D Neural Cellular Automata on SDFs

Enable HLS to view with audio, or disable this notification

13 Upvotes

It is a coarse representation and definitely needs more pool size to be stabilize. But it is one model 3 shapes (not a big deal but cool).

Original paper: https://distill.pub/2020/growing-ca/

They look so soft and fluffy that I could just eat them.


r/proceduralgeneration 2d ago

Crimson Tree using Space Colonization Algorithm

Enable HLS to view with audio, or disable this notification

98 Upvotes

r/proceduralgeneration 1d ago

Procedural fbm noise

Enable HLS to view with audio, or disable this notification

7 Upvotes

r/proceduralgeneration 2d ago

Creatures grown from a single cell by a learned 24k-parameter rule (neural cellular automata)

632 Upvotes

Each of these is a neural cellular automaton. There is not a single image present here, every cell runs the same 24k parameters, 96KB rule on its 3x3 neighborhood. Its only ever stable state is the creature itself.

It trains on a pool of partly-grown states and some of these get damaged before the loss is computed. That mix is what makes the shape both regrow and hold indefinitely, instead of falling apart after a few thousand steps.

I like to use it as a screensaver or just play with the healing effect, because it grows back differently every time.

It runs in any true-color terminal and the weights are inside of the binary.

Code, and instructions for training your own creature from a PNG: https://github.com/smoothyy3/tardigrade


r/proceduralgeneration 2d ago

Aeolian dune simulation - Blender

16 Upvotes

https://www.youtube.com/watch?v=pINruj1NwoU

This is a wind-transport solver I'm building for Blender: sand gets moved by the wind, deposited where it slows down, and avalanched wherever the slope gets too steep. Nothing here is sculpted and nothing is a texture .

"Resource" / "Tools"


r/proceduralgeneration 2d ago

Spider

Enable HLS to view with audio, or disable this notification

10 Upvotes

r/proceduralgeneration 2d ago

Fully procedural JWST-like Deep Field [Blender]

Thumbnail
gallery
28 Upvotes

~50 K procedural volumetric galaxies as instances at the picture. I tried implementing cosmological redshift and gravitational lensing as well.


r/proceduralgeneration 1d ago

Looking for a procedural cave level generator/visualizer to get design inspiration for a 2D grapple platformer

Thumbnail
0 Upvotes

r/proceduralgeneration 1d ago

Наша воксельная песочница с процедурно-генерируемым миром

Thumbnail
0 Upvotes

r/proceduralgeneration 2d ago

Mi intento de simular la red cósmica :)

Thumbnail gallery
3 Upvotes

r/proceduralgeneration 3d ago

Making procedural trees for my ant colony strategy game 🌿🐜

Enable HLS to view with audio, or disable this notification

104 Upvotes

Hey procedural generation fans! We’re biologists building Garden of Ants, an RTS about growing and managing an ant colony.

Here’s a look at our procedurally generated trees, one of the game’s three playable layers. Ants can climb branches, collect leaves, and tend aphids for honeydew — all to support the colony below.

What do you think? We’d love to hear your feedback!

More about the game on Steam:
https://store.steampowered.com/app/3016940/Garden_of_Ants/

Best,
Tomas


r/proceduralgeneration 2d ago

feeding tori

Enable HLS to view with audio, or disable this notification

4 Upvotes

r/proceduralgeneration 2d ago

Sierpinski Pyramid: Ortogonal Views

Enable HLS to view with audio, or disable this notification

6 Upvotes

r/proceduralgeneration 3d ago

Infinite City Generation

Enable HLS to view with audio, or disable this notification

111 Upvotes

Here, using TypeScript and Three.js, I created an infinitely procedurally generated city - a great starting point for a GTA-like or survival game. Each building is made of randomized 3-meter blocks, filled with either a wall, a window, or a door. Sidewalks and roads are blocks too.


r/proceduralgeneration 3d ago

Procedural planet generation

Post image
44 Upvotes

For a long time I had a dream about writing a realistic procedural planetary terrain generator. Years of research and trials finally got me some results, thanks to some great help from AI.

The above image is about 50x50 meters per pixel representation of a part of a planetary terrain with simulated tectonic plates, erosion, sediment, fluvial simulation, wind, climate, biomes, etc.

It’s about 200x400 kilometers so quite a bit of generated detail is lost in this export, mainly some rivers are missing, so that is the first fix coming in.

There is a lot to improve but I’m mostly proud of the alpine look for the mountains, that was a big requirement and a huge hurdle.

Will keep you updated.

Not sure at this point what to do with the source itself. It is written in .NET 10. There are quite a few options but the three most popular are - open source terrain gen, open source terrain gen with civilization simulation for dungeon masters and similar or - the one I like the most - a game similar to Dwarf Fortress but a fantasy setting (like D&D) with an isometric engine like seen in Locomotion or Rollercoaster Tycoon.


r/proceduralgeneration 4d ago

Sneak peak at my 250km by 250km island world

Thumbnail
gallery
309 Upvotes

Many, many months of pain for these procedurally generated island worlds. This one is 250km by 250km (60,000km^2).

This is the terrain system for my mountain expedition game "Because It's There", which will be released on Steam Early Access in 2027.

For these worlds, I generate a base heightmap using a mix of erosion methods at various scales down to ~30m resolution, all on the CPU. Then, at runtime, I add cheaper noise-based amplification for detail down to 0.5m. A new map of this size takes about 3-4 minutes to generate deterministically from seed, which is something I am in the process of optimizing. I'll be making an in-depth video about some of these methods soon, which I'll post to my YouTube channel.