#procedural generation
Explore tagged Tumblr posts
wauzmons · 9 months ago
Text
Tumblr media
Elysian Mesh now supports "layouts", making it possible to place objects along circles, splines or other mathematical shapes!
68 notes · View notes
arcanaexe · 27 days ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
16 notes · View notes
average-bisexual-furry · 2 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media
I am working on a floating island generator for a college class. What do yall think?
10 notes · View notes
daily-public-domain · 2 months ago
Text
Day 389: Fractal Tree, 2005
Tumblr media
link
–This image is part of the public domain, meaning you can do anything you want with it! (you could even sell it as a shirt, poster or whatever, no need to credit it!)–
7 notes · View notes
blake447 · 2 years ago
Text
Procedural Dungeon Generation
Alright~ After much work we have finally completed our dungeon generation algorithm. First, we generate the rooms, separate them using a separation steering algorithm.
Second, we generate a graph that represents connections between the various rooms
Tumblr media
Third, we perform what is known as Delaunay Triangulation, in which we evaluate pairs of triangles and swap their shared edge if it fails a test boiled down to a simple matrix determinant evaluation Fourth, we construct a Graph of connectivity from the Delaunay triangulation
Tumblr media
Fifth, we perform an A* pathfinding algorithm to connect points on the delauney triangulation through the neighborhood graph
Tumblr media
Finally, if we didn't traverse through a room, we can remove it to simplify the dungeon into something a little less dense
Tumblr media
There are some extra things we can do here and there, and bugs and edge cases to iron out here and there, but for now, we have a pretty neat little dungeon generator. The next step is to actually procedurally generate the rooms and then use the connectivity graphs to implement game logic and whatnot, but that we will save for another time.
72 notes · View notes
wgwgsa · 5 months ago
Text
"MY GOD, WHAT HAVE THEY DONE TO YOU?"
Tumblr media
8 notes · View notes
somerandev · 6 months ago
Text
🏪 Day 67 of Game Dev for 🫱Teleport Man🫲
More procedural mall generation stuff!
• Automatic store-front sign placements.
• Random doorway/room shapes (I need to make more of the doorways bigger or add windows tho).
• Generation based on room dimensions. Right now it just places a light in top center, but will be used to make room contents next!
8 notes · View notes
pixylphetamine · 3 months ago
Text
Alien glyphs alt version
5 notes · View notes
wordchanter · 8 days ago
Text
5 Random Tavern Names
The somber liquor lounge
Incubus's dish
The oddest house of slices
Two trouts taphouse
The lounge of sagest chalaces
3 notes · View notes
sketchshroom · 8 months ago
Text
Tumblr media
I added a player character The player literally just uses the default player script the Godot engine gives you by default
You can move, jump, and reload the level
Trust me, it will look better soon
8 notes · View notes
wauzmons · 10 months ago
Text
Tumblr media
Procedural tree trunk, making use of the new spline component in Elysian Mesh. Huge step towards a proper plant editor.
96 notes · View notes
corgicabal · 2 months ago
Text
a tiny procedural animation experiment 👀
where should it go from here?
6 notes · View notes
average-bisexual-furry · 5 months ago
Text
Tumblr media
My low poly, procedurally generated, space game now has clouds on some planets.
6 notes · View notes
pad-wubbo · 1 year ago
Text
Tumblr media
Good [crackalackin] news, my [Homeslices].
I have authored a [way to the promised land].
The [promised land] is available when you click on this [Hyperlink]:
https://github.com/wubmush/woomyband
It will [slice and dice] new combinations of [biosolids] that your eyes have never sizzled befizzle, fo' sure daaaawg!
Tumblr media
15 notes · View notes
blake447 · 2 years ago
Text
Alright! Delaunay triangulation is officially, properly implemented. Notable roadblocks: Some boolean logic was terminating early because I one-lined it improperly A random test case was running on update constantly messing up the triangulation, causing me to question my sanity as I desperately figured out why it was flipping things back and forth Swizzling and figuring out the order the elements had to go into the matrix. At the very least, they have to be ordered counterclock wise, and just for good measure I matched the order to this diagram (again, courtesy of wikipedia)
Tumblr media
And finally, we no longer needed a test for convexity as the Delaunay process handles that case as well! meaning it was actively getting in the way of the algorithm and had to be removed! Super excited to move on from this nightmare
53 notes · View notes
auranym · 2 years ago
Text
Silt Spawn is really coming together! :D
I added so much since the last update: a "new game" animation (seen above), save files with autosave, hunger mechanics and animations, and more!
55 notes · View notes