After lots of hard work, sweat and tears, I finally launched my game Mining Mechs. 100% procedurally generated map. What do you think?
https://youtu.be/0XmRJjFtXWI
https://redd.it/17ho8v2
@proceduralgeneration
https://youtu.be/0XmRJjFtXWI
https://redd.it/17ho8v2
@proceduralgeneration
YouTube
Mining Mechs - Gameplay Trailer
Wishlist Mining Mechs on Steam now: https://store.steampowered.com/app/1603180/Mining_Mechs/
Unleash your inner miner as you commandeer a high-tech Mining Mech! Mine for valuable resources and upgrade your mech for even bigger hauls as you explore the underground.…
Unleash your inner miner as you commandeer a high-tech Mining Mech! Mine for valuable resources and upgrade your mech for even bigger hauls as you explore the underground.…
Extended submission deadline — EvoMUSART 2024 conference
Hey Folks, 👋
Good news! The submission deadline of evoMUSART 2024 has been extended to November 15th! 🙌
You still have time to submit your work to the 13th International Conference on Artificial Intelligence in Music, Sound, Art and Design (evoMUSART).
If you work with Artificial Intelligence techniques applied to visual art, music, sound synthesis, architecture, video, poetry, design, or other creative tasks, don't miss the opportunity to submit your work to evoMUSART.
EvoMUSART 2024 will be held in Aberystwyth, Wales, UK, between 3 and 5 April 2024. 🏴
For more information, visit the conference webpage: https://www.evostar.org/2024/evomusart
​
https://preview.redd.it/2cf8knsfrrwb1.png?width=1000&format=png&auto=webp&s=24c218e8ab229725c5497d2accee7f7a5a53c3ad
https://redd.it/17hr0jq
@proceduralgeneration
Hey Folks, 👋
Good news! The submission deadline of evoMUSART 2024 has been extended to November 15th! 🙌
You still have time to submit your work to the 13th International Conference on Artificial Intelligence in Music, Sound, Art and Design (evoMUSART).
If you work with Artificial Intelligence techniques applied to visual art, music, sound synthesis, architecture, video, poetry, design, or other creative tasks, don't miss the opportunity to submit your work to evoMUSART.
EvoMUSART 2024 will be held in Aberystwyth, Wales, UK, between 3 and 5 April 2024. 🏴
For more information, visit the conference webpage: https://www.evostar.org/2024/evomusart
​
https://preview.redd.it/2cf8knsfrrwb1.png?width=1000&format=png&auto=webp&s=24c218e8ab229725c5497d2accee7f7a5a53c3ad
https://redd.it/17hr0jq
@proceduralgeneration
I made a library for procedural generation in TypeScript, with a world generator as an example
https://www.npmjs.com/package/gen3
https://redd.it/17i9viw
@proceduralgeneration
https://www.npmjs.com/package/gen3
https://redd.it/17i9viw
@proceduralgeneration
npm
npm: gen3
A utility for managing and computing interdependent values within a tree.. Latest version: 0.1.3, last published: an hour ago. Start using gen3 in your project by running `npm i gen3`. There are no other projects in the npm registry using gen3.
Houdini 20 Best Features | Latest Release
https://youtu.be/fRGR1xbqEUE
https://redd.it/17if8hs
@proceduralgeneration
https://youtu.be/fRGR1xbqEUE
https://redd.it/17if8hs
@proceduralgeneration
YouTube
Houdini 20 Best Features | Latest Release
Side FX has just revealed the new features coming to Houdini, and they are super awesome. You’ve seen the Sneak Peek, and now you can finally learn more about all of the latest features that are coming to Houdini 20 this November.
Sneak Peak - https://…
Sneak Peak - https://…
This media is not supported in your browser
VIEW IN TELEGRAM
Procedural Realtime Volumetric Clouds (source in comments)
https://redd.it/17imo2a
@proceduralgeneration
https://redd.it/17imo2a
@proceduralgeneration
Guidance for a newb: Branching paths built of tiles that must meet at Important Points/Tiles
I've been hearing great things about this sub and after a decent amount of lurking, I've got to say I'm blown away by all the cool developments going on.
Even as someone without a CS background, I've found the various techniques fascinating and so full of potential that I've wanted to try to implement it in a project I've been working on for some months now.
However, with all the resources out here, I'm having difficulty narrowing in on a specific method that would be applicable for my use-case, not to mention something that my skill level (\~3 years experience on & off in C#/Unity development) could work through / modify / expand upon . I've created some tests to generate maps (including a very simple WFC), and though it's cool to see it build a little map using basic test tiles, I'm lost on how to build it to take into consideration my main goals.
With that in mind, I'd appreciate some pointers on what I should look into to effectively implement procedural generation to built stages for my project. (e.g. is WFC the way to go for this? If so, how do I ensure it branches out & builds paths based on my rules? If, not is there a better technique to use?)
Thanks in advance!
​
Mediocre diagrams to (hopefully) help describe what I'm building:
Left side: Magnification of example of first branch. \(Map is 3D so included different perspectives to show the layers\). Right Side: Overview of game's major branches, decision points, stages, etc.
Key Details + Constraints:
Player Movement: The player can control movement along the x and y axes, however they're always going forward on the z-axis (with some wiggle room of being able to turn within 45 degrees of Z-forward).
Game Progression: See World Map image \- the player starts at Stage A (bottom) and will traverse through paths/tunnels until they reach Stage M. Along the way there are challenges/decision points where the player chooses which path to take to continue to progress / discover new areas. As you can see the world begins with very few branches, but branches out until the mid-point. Then the branches merge more and more until the end point.
Decisions Points (orange diamond): Branches always split /converge at the predefined Decision Points. These decision points are hand-crafted areas that generally remain the same through each play through.
Transition points (Green box): Indicate where there's a change in environment / movement from one stage to the next. I'm hoping to have a seamless transition, however that will require more play-testing.
Paths: When you zoom into a branch (red dotted line on the world map), you will see that the branch is actually made up of a collection of paths with the same starting and end points (see Branch Magnified diagrams).
\- These paths are made up of a bunch of pre-built tiles in 3D space. Sometimes there will only be one path that splits off and then splits off again, but then merges together before the next Decision or Transition Point.
\- Paths can never do a U-turn. Generally, the angle should be within 45 degrees of the Z-Forward direction
\- Paths cannot be dead-ends. They must lead to the next key decision or transition point.
Goals:
1) Populate the Transition and Decision point tiles \- connections between each of these will be predefined (e.g. The first transition tile in Stage A must lead to the first Decision Point in Stage A. In turn, this Decision Point must connect to the second Decision Point as well as branch out to rightmost Transition Point in Stage A).
2) Propagate 3D tiles starting from the Decision and Transition points based on the predefined connections to create. (no dead-ends,u-turns, and always lead to the next Transition or Decision Point)
3) (Goal for later) Populate the 3D tiles according to Stage objectives/player decisions
I've been hearing great things about this sub and after a decent amount of lurking, I've got to say I'm blown away by all the cool developments going on.
Even as someone without a CS background, I've found the various techniques fascinating and so full of potential that I've wanted to try to implement it in a project I've been working on for some months now.
However, with all the resources out here, I'm having difficulty narrowing in on a specific method that would be applicable for my use-case, not to mention something that my skill level (\~3 years experience on & off in C#/Unity development) could work through / modify / expand upon . I've created some tests to generate maps (including a very simple WFC), and though it's cool to see it build a little map using basic test tiles, I'm lost on how to build it to take into consideration my main goals.
With that in mind, I'd appreciate some pointers on what I should look into to effectively implement procedural generation to built stages for my project. (e.g. is WFC the way to go for this? If so, how do I ensure it branches out & builds paths based on my rules? If, not is there a better technique to use?)
Thanks in advance!
​
Mediocre diagrams to (hopefully) help describe what I'm building:
Left side: Magnification of example of first branch. \(Map is 3D so included different perspectives to show the layers\). Right Side: Overview of game's major branches, decision points, stages, etc.
Key Details + Constraints:
Player Movement: The player can control movement along the x and y axes, however they're always going forward on the z-axis (with some wiggle room of being able to turn within 45 degrees of Z-forward).
Game Progression: See World Map image \- the player starts at Stage A (bottom) and will traverse through paths/tunnels until they reach Stage M. Along the way there are challenges/decision points where the player chooses which path to take to continue to progress / discover new areas. As you can see the world begins with very few branches, but branches out until the mid-point. Then the branches merge more and more until the end point.
Decisions Points (orange diamond): Branches always split /converge at the predefined Decision Points. These decision points are hand-crafted areas that generally remain the same through each play through.
Transition points (Green box): Indicate where there's a change in environment / movement from one stage to the next. I'm hoping to have a seamless transition, however that will require more play-testing.
Paths: When you zoom into a branch (red dotted line on the world map), you will see that the branch is actually made up of a collection of paths with the same starting and end points (see Branch Magnified diagrams).
\- These paths are made up of a bunch of pre-built tiles in 3D space. Sometimes there will only be one path that splits off and then splits off again, but then merges together before the next Decision or Transition Point.
\- Paths can never do a U-turn. Generally, the angle should be within 45 degrees of the Z-Forward direction
\- Paths cannot be dead-ends. They must lead to the next key decision or transition point.
Goals:
1) Populate the Transition and Decision point tiles \- connections between each of these will be predefined (e.g. The first transition tile in Stage A must lead to the first Decision Point in Stage A. In turn, this Decision Point must connect to the second Decision Point as well as branch out to rightmost Transition Point in Stage A).
2) Propagate 3D tiles starting from the Decision and Transition points based on the predefined connections to create. (no dead-ends,u-turns, and always lead to the next Transition or Decision Point)
3) (Goal for later) Populate the 3D tiles according to Stage objectives/player decisions
Procedural Simulated Erosion In Blender
https://youtu.be/d0igAGQ3sZA
https://redd.it/17jxvrs
@proceduralgeneration
https://youtu.be/d0igAGQ3sZA
https://redd.it/17jxvrs
@proceduralgeneration
YouTube
SIMULATE Erosive Terrain in Geo Nodes! / Blender 4.x
In this video I show you guys how to create erosive terrain in blender, with geo and simulation nodes :)
My Patreon : https://www.patreon.com/user/membership?u=58240974 (For The Treats)
00:00 Intro / Showcase
00:36 Greetings and Blender Setup
00:21 Into…
My Patreon : https://www.patreon.com/user/membership?u=58240974 (For The Treats)
00:00 Intro / Showcase
00:36 Greetings and Blender Setup
00:21 Into…
This media is not supported in your browser
VIEW IN TELEGRAM
Expanding the Water Network with Aqueducts in a Procedurally Generated World and Simulated Economy
https://redd.it/17k5o3j
@proceduralgeneration
https://redd.it/17k5o3j
@proceduralgeneration
Automated test tools for your map generators can really save your a**, realized that there are 0.1% broken seeds in my roguelike yesterday... Now its fixed :D
https://redd.it/17k5v5k
@proceduralgeneration
https://redd.it/17k5v5k
@proceduralgeneration
physarum sim, visualized as a displaced heightmap, inside of a refractive ellipsoid
https://www.youtube.com/watch?v=HWlpqY_I-1A
https://redd.it/17kf39l
@proceduralgeneration
https://www.youtube.com/watch?v=HWlpqY_I-1A
https://redd.it/17kf39l
@proceduralgeneration
YouTube
10 30 2023
reuploading stream
Something I've been working on for a while
https://youtu.be/0ONuHS3oJLo
I've been experimenting with procedurally generating dungeons in unity for a few months and here is the result.
https://preview.redd.it/i1sxukjfgrxb1.png?width=1800&format=png&auto=webp&s=7acb6248c4b651a641019865563d9c95072534f9
https://redd.it/17lfmbw
@proceduralgeneration
https://youtu.be/0ONuHS3oJLo
I've been experimenting with procedurally generating dungeons in unity for a few months and here is the result.
https://preview.redd.it/i1sxukjfgrxb1.png?width=1800&format=png&auto=webp&s=7acb6248c4b651a641019865563d9c95072534f9
https://redd.it/17lfmbw
@proceduralgeneration
YouTube
I Tried Generating Dungeons
In this video I explain how I procedurally created a 2D dungeon using various algorithms.
Links:
Github repo of the project: github.com/manijs82/PCG-Dungeon
Animation: motioncanvas.io
Music:
Hollow knight - Greenpath
Links:
Github repo of the project: github.com/manijs82/PCG-Dungeon
Animation: motioncanvas.io
Music:
Hollow knight - Greenpath
This media is not supported in your browser
VIEW IN TELEGRAM
added doors, awnings & a color selector to my procedural building creation tool
https://redd.it/17m33nn
@proceduralgeneration
https://redd.it/17m33nn
@proceduralgeneration
Around The World, Part 1: Continents - creating continents with warped Voronoi and flood fill, then shaping them with curves and simplex noise
https://frozenfractal.com/blog/2023/11/2/around-the-world-1-continents/
https://redd.it/17m6phs
@proceduralgeneration
https://frozenfractal.com/blog/2023/11/2/around-the-world-1-continents/
https://redd.it/17m6phs
@proceduralgeneration
Frozenfractal
Around The World, Part 1: Continents
There’s this game concept that has been on my mind for years, and I can’t seem to let it go. You step into the wet, salt-crusted shoes of the naval explorers of old: Columbus, Da Gama, Magellan, Cook. Most of the world is still a big unknown question mark:…