Live data from Hacker News

Show HN: A simple 2D fluid and gravity simulation with WASM and WebGL

aestuans.github.io

11–20 of 25 posts

Re: Show HN: A simple 2D fluid and gravity simulation with WASM and WebGL

#19

This is pretty cool - great to see what a small codebase can do with raw WebGL. Have you looked at WebGPU at all?

I wanted something that can run everywhere and WebGPU support is still behind some flags in Firefox and Safari I think, but I'm pretty excited about trying that as well.

Re: Show HN: A simple 2D fluid and gravity simulation with WASM and WebGL

#20

Very nice! Took me a while to realise it has mouse based gravity but very good! (I clicked directly on the link on a mobile device without checking here)

Thank you. Yeah mobile support was an oversight from me, I added touch support now.
Post reply on HN