I can't send images in DMs. I got this with 150994944 dots/particles, 12 Newton method steps, and work on random Newton method seeds positions. It takes less than a second to render.
August 31, 2025 at 6:05 PM
I can't send images in DMs. I got this with 150994944 dots/particles, 12 Newton method steps, and work on random Newton method seeds positions. It takes less than a second to render.
Thanks. I've got this project, "variograph", which similarly renders a lot of dots from input parameters. I just put a function to find roots of one of your posts' polynomials. I guess it's very broken so far but it runs in less than 1 second on GPU to make this. It stops at 8 newton method steps.
August 30, 2025 at 8:09 PM
Thanks. I've got this project, "variograph", which similarly renders a lot of dots from input parameters. I just put a function to find roots of one of your posts' polynomials. I guess it's very broken so far but it runs in less than 1 second on GPU to make this. It stops at 8 newton method steps.
Some screenshots from my interactive physarum project, just starting to experiment with parameters randomization for exploration. (project details/code: github.com/Bleuje/inter...)
March 20, 2025 at 10:13 PM
Some screenshots from my interactive physarum project, just starting to experiment with parameters randomization for exploration. (project details/code: github.com/Bleuje/inter...)
Made this minesweeper game variant where you move and can put walls. The idea is that placing walls gives information by counters change, but also limits your movement.
Made this minesweeper game variant where you move and can put walls. The idea is that placing walls gives information by counters change, but also limits your movement.