Post #820223
2026-03-01 14:20 UTC
Fluff spinny particle torus with new render style I'm exploring called webs.
Replies (3)
-
@boggo@mastodon.gamedev.place 2026-03-01 14:26
It kind of does what it looks like - draws lines between nearby particles using the same fluffy microsplats as the normal splats. It's very slow at the moment because I need to make an acceleration structure for the nearest-neighbour, but that's probably just going to be a spatial hash grid of some kind.
-
@promovicz@chaos.social 2026-03-01 14:39
@boggo It reminds me a little bit of code visualizations, like "Gource" rendering the history of Linux kernel development. https://www.youtube.com/watch?v=ic0wp1AeXtY
-
@BubblegumYeti@mastodon.social 2026-03-04 19:04
@boggo What software/libraries are you using for this? Looks ace.