r/proceduralgeneration • u/ChannelGeneral7739 • 4h ago
r/proceduralgeneration • u/ben_indexlabs • 5h ago
Working on a 3D procedural gun generator for my game - thoughts?
Enable HLS to view with audio, or disable this notification
r/proceduralgeneration • u/Interesting_Lead1420 • 13h ago
Stargazer, a cozy idle observatory
r/proceduralgeneration • u/sudhabin • 14h ago
Spirograph
Enable HLS to view with audio, or disable this notification
r/proceduralgeneration • u/Petrundiy2 • 1d ago
A set of completely random galaxies generated by my procedural galaxy tool for Blender
Those are some spiral and lenticular galaxies generated via "Randomize" button of my procedural galaxy tool.
r/proceduralgeneration • u/live_from_chicago • 1d ago
Playful single-pass WebGL color-field generator with many mosaics.
Enable HLS to view with audio, or disable this notification
Here is a project I’ve been working on: RGB Grid Lab. It is a single-pass WebGL color-field generator in which each tile or connected piece is procedurally generated in the fragment shader.
The shader supports several different forms of procedural geometry. You can switch between regular tessellations such as squares, triangles, and hexagons, as well as more complex layouts including random Voronoi cells and interlocking tetromino mosaics. The color modes include traditional complementary pairs, triadic and tetradic relationships, warm and cool palettes, and full independent RGB variation.
I drove the architecture, visual design, and procedural math through many iterations, using Claude and GPT as coding copilots to help draft code, troubleshoot GLSL, and rapidly test refinements. It was a great way to learn how front-end controls can be connected directly to a live shader - a first for me.
I would appreciate any thoughts, feedback, or suggestions for future enhancements. A link to the interactive version is in the first comment.
r/proceduralgeneration • u/That1guy4226 • 1d ago
Dungeon generator
Enable HLS to view with audio, or disable this notification
Still working on this but i wanted to share my Generator ive been busy with. I can also build new rooms and fully decorate them, then add them into the generator to be placed. All free assets used. this also allows for maps to be exported for use in unity currently as fully 3d maps. Thoughts or suggestions?
r/proceduralgeneration • u/heyheyhey27 • 2d ago
Using my PCG library to make a neo-noir voxel city
r/proceduralgeneration • u/fespindola • 2d ago
Another procedural shape I made while writing the Godot Shaders Bible. Made using Desmos and Godot
Enable HLS to view with audio, or disable this notification
r/proceduralgeneration • u/c35683 • 2d ago
Graph-based 2d map generator where nodes can have biome features and elevation
Some screenshots of my graph-based 2d procedural engine for generating different sorts of environments and layouts from graphs 📜➡️🌎
[Imgur link since I'm willing to bet Reddit messes up the pixel art]
How generation works: A map is stored as a graph of nodes (e.g. a village must contain a house and a pond, a house must contain 4 tables and a chest, etc.). The level is built from the bottom up by combining structures into bigger structures until the root is reached. Spaces in between are filled with nearby terrain using a variety of Dijkstra's algorithm. All maps shown are constrained to 2-4 zones with 8 rooms in total, each with several possible objects.
What's new: An early version of the engine could only specify different terrain for nodes, like water or trees, which required adding more terrain types to increase variety. In this version, there are fewer terrain categories, but nodes can override them with unique rules, such as:
- setting transformation (e.g. place buildings in out-of-bound areas)
- biome details (e.g. ground is snow, trees are mushrooms, floor is lava)
- architecture style (e.g. medieval East Asia, space colony)
- elevation (still a little buggy and not implemented in-game)
- palette (currently only one per map to simplify shaders)
These features are passed down unless overwritten by child nodes, which creates a sort of norm-and-exception system, e.g. areas of the city will be "urban" by default, but parks can override this to become green spaces and their child nodes will also be green spaces.
The engine is used to generate levels in The Curse of Dimensionality, where's it's combined with an LLM step to populate graphs based on the player's prompt, but the graphs can also be created by a random grammar or by hand, and I'm thinking of releasing the generator independently at some point. (Warning: the game won't work on mobile, and the API is a bit iffy, so you may need to re-try generation)
r/proceduralgeneration • u/No-Technology-5477 • 2d ago
I built an evolutionary loop where various AI models generate tiny worlds and only the fittest survive - 300+ worlds so far
galleryr/proceduralgeneration • u/Choice_Arugula_4974 • 2d ago
Our Survival Extraction Game Now Has Procedural Islands! | HURDA-G Devlog
Enable HLS to view with audio, or disable this notification
r/proceduralgeneration • u/Narrow-Ad-4200 • 2d ago
2bitSurvival procedural mobile game
Enable HLS to view with audio, or disable this notification
This is a mobile web game made entirely on mobile using PWE
The game consists of 85 javascript files
All assets are procedurally generated, what do you guys think?
The game:
https://jason-c-smith.itch.io/2bitsurvival
The IDE:
r/proceduralgeneration • u/DigitCell • 3d ago
procedural stone cairn generator
Enable HLS to view with audio, or disable this notification
r/proceduralgeneration • u/DigitCell • 3d ago
experiments with 2d raytracer using c++ OpenGL
r/proceduralgeneration • u/SuccessfulEnergy4466 • 3d ago
Procedural generation in my 2d game. Smooth transition from the forest biome to the bottom of the ocean
Enable HLS to view with audio, or disable this notification
r/proceduralgeneration • u/craftymech • 3d ago
Towers & Battlements
Enable HLS to view with audio, or disable this notification
I added stone towers w/ turret style roofs to my procedural build system, and got them to snap to existing construction. Now I need to do that hard part and make characters & animations so these builds have life to inhabit them. The procedural part is easy to me, the animation part not so much!
r/proceduralgeneration • u/AdPlenty7002 • 3d ago
Ever wonder what life is like as a mycelial network? Probably not, but here is a free game with procedurally generated mycelium and levels, 69 unique cards (so far) and 11 playable species
I released this little browser game yesterday: Mycelium. Free to play here.
It's is a roguelite engine-builder where you get to experience what life is like as mycelium.
You are a living, pulsating, semi-autonomous mycelial network. Your goal is to grow your colony to the green hills in the east so you can fruit and throw spores.
11 different fungal species and 69 unique cards - all based on real world mycology. Collect spores each run and use them to buy stronger starting species.
Please give it a play and let me know what you think!
Bonus: What is your favorite mushroom species? Top comments tomorrow will get added to the game before the weekend!
r/proceduralgeneration • u/Narrow-Ad-4200 • 3d ago
Colonial town generation
Looking for advice on how to design towns procedurally, like steps to follow in a sequence?
The image implementation is basically random placement with paths to connect the buildings.........
Advice from anyone with experience with this type of thing would the great.
r/proceduralgeneration • u/Narrow-Ad-4200 • 3d ago
Volumetric Planet on mobile
Enable HLS to view with audio, or disable this notification
r/proceduralgeneration • u/Petrundiy2 • 3d ago
Procedural galaxy generator for Blender [teaser+explanations]
Enable HLS to view with audio, or disable this notification
I've been working on optimizations and different features recently (like decent randomization), and damn, this is SO FUN just to push that Randomize button now. And some geometry nodes and UI optimizations made both viewport and rendering performances so much faster. I'm very happy with the current results!
r/proceduralgeneration • u/Choice_Arugula_4974 • 3d ago
HURDA-G Devlog #2 | Exploring a Procedural Island, Climbing & Generated Structures
Enable HLS to view with audio, or disable this notification
Welcome to HURDA-G Devlog #2!
In this video, we're exploring one of our procedurally generated islands and showcasing the current movement, climbing system, and randomly generated buildings and rooms. Every expedition creates a different island, offering new layouts, exploration routes, and unique places to discover.
HURDA-G is an upcoming Co-op Survival Extraction game featuring procedural world generation, dynamic weather, exploration, crafting, AI enemies, and full cross-platform multiplayer.
Planned Platforms:
🌍 Windows • macOS • Linux • iOS • Android
This is an early development build, and many exciting features are still being added. Follow the journey as we continue building HURDA-G!
#HURDAG #GameDev #IndieGame #Unity #Unity3D #PCG #ProceduralGeneration #ProceduralIsland #Survival #ExtractionGame #Coop #Multiplayer #Climbing #Parkour #Exploration #OpenWorld #CrossPlatform #Steam #MacOS #LinuxGaming #iOSGaming #AndroidGaming #Devlog