I browse HN on a mobile device so personally, I appreciate seeing a few images and technical details before deciding to thrash my battery on a demo.
SuboptimalEng 4 days ago [-]
Thanks! I didn't use the link with the live demo because it doesn't run on all devices.
ripleyp 4 days ago [-]
Very cool! I did a similar project last year. Really like how your result looks with the lighting setting on.
The most interesting results I got were from having multiple "variants" and giving each variant parameters for their attraction to agents of their own/other type. Implementation-wise it was a variant tag for each agent and a matrix of attraction coefficients as a uniform. Playing with the params resulted in interesting behaviors, like one variant chasing another around while they both try to avoid a third.
If you're looking for an addition to this project, I'd recommend giving it a try!
miketahani 4 days ago [-]
Super cool! I was experimenting with WebGPU and various simulations a couple months ago [1] and would love to learn more about your process! Do you have a blog or something similar?
Amazed that Safari does not support WebGPU even with the latest release. Opened Chrome and it works. Very cool demo!
dannygarcia 4 days ago [-]
Unfortunately not out of the box but the demo runs really well on M4 chips. It can be enabled as such (I'm on Sequoia):
1. Safari > Settings > Advanced > Show features for web developers
2. Develop > Feature Flags > Search for WebGPU
Safari Tech Preview may have it enabled by default.
77pt77 4 days ago [-]
Apple quality at its peak.
Just like iphones get the latest/newest features after top of the line Androids.
pjmlp 4 days ago [-]
Just like Firefox and Chrome on GNU/Linux, yet another example of "Works best on Chrome" TM.
nox101 3 days ago [-]
it works in Safari on both Mac and iOS but you have to enable WebGPU in the settings as Safari has not yet shipped it.
Unfortunately, the demo itself is not responsive to the screen size.
floating-io 4 days ago [-]
I had to read that title several times to make sure that it wasn't the alcohol causing it to register as "Slime Mold."
Why someone would want to simulate a slime mold is something I don't understand, but more power to ya. =)
Rendered at 20:25:51 GMT+0000 (UTC) with Wasmer Edge.
It's very cool!
The most interesting results I got were from having multiple "variants" and giving each variant parameters for their attraction to agents of their own/other type. Implementation-wise it was a variant tag for each agent and a matrix of attraction coefficients as a uniform. Playing with the params resulted in interesting behaviors, like one variant chasing another around while they both try to avoid a third.
If you're looking for an addition to this project, I'd recommend giving it a try!
[1] https://observablehq.com/collection/@miketahani/slime
Safari Tech Preview may have it enabled by default.
Just like iphones get the latest/newest features after top of the line Androids.
Unfortunately, the demo itself is not responsive to the screen size.
Why someone would want to simulate a slime mold is something I don't understand, but more power to ya. =)