Advertisement · 728 × 90

Posts by A Worldsmith

Video

I finally have a particle system that can be hot-reloaded. Much easier to iterate and test now.

Anyway, here are some flammen being werferred.
I'm surprised at the result, the base sprite is literally a few white circles slapped together.

#gamedev

1 year ago 4 0 0 0

It's slightly more expensive but that's not where the algorithm is spending its time anyway.

Essentially in the original version the boundary nodes are dense enough to "protect" the edges from node generation.

Directly computing the distance to the edges should be less parameter dependent.

1 year ago 1 0 0 0

I remember having issues with this, which fixed itself when subdividing the edges. I'm guessing it has to do with the minimum node distance ratio to the edge subdivision distance.
Or you could add a step calculating the distance to every edge of the boundary, that should fix it in all cases.

1 year ago 1 0 2 0
Video

Oh hey you can add videos now.
Here, have a moving floor using the Floret Pentagonal Tiling.
I find it slightly mesmerizing.

#gamedev

1 year ago 2 0 0 0
A 3D rendering of a 4-way crossroad using smooth bezier curves to generate the meshes.

A 3D rendering of a 4-way crossroad using smooth bezier curves to generate the meshes.

Got the street segments and sidewalks to generate meshes using Bezier curves. The road now looks much smoother when elevation changes. Like you could actually drive on it.
#procgen #gamedev

1 year ago 2 0 0 0
Preview
The Worldsmith Project - Block assignment Overview of an algorithm to zone city blocks into different types

Procedural city generation, once again!
It's about assigning zone types to every block in our newly generated city road network.
#gamedev #procgen
zero.re/worldsmith/b...

1 year ago 2 1 0 0
Procedural city generation progress : multithreading
Procedural city generation progress : multithreading The city generation algorithm has been successfully offloaded to another thread, so now I can just move around while buildings and roads are being created in real time

City generation now lives on another thread so I can move around while they are being created. The two cities are 30km apart.
Second article on city generation should drop soon-ish on zero.re/worldsmith
Like, next week or something.
#procgen #gamedev
youtu.be/1HoozA0dA0E

1 year ago 2 0 0 0
Preview
The Worldsmith Project - City map generation Overview of an algorithm to generate a network of city streets, using planar graphs and some simple constraints.

Finally starting my article series on procedural generation :
Starting with city map generation!
www.zero.re/worldsmith/r...
#indiedev #procgen

1 year ago 13 0 0 0