Elektrine lite

← Feed

@boggo@mastodon.gamedev.place

Post #820223

2026-03-01 14:20 UTC

Fluff spinny particle torus with new render style I'm exploring called webs.

Replies (3)

  • 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.

    Open ##2028793

  • @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

    Open ##2028794

  • @boggo What software/libraries are you using for this? Looks ace.

    Open ##2028795