Hacker News new | ask | show | jobs
by kipple 2147 days ago
At first I expected this to be some new version, but nope, it's the original. I love that this repo[0] hasn't been touched significantly in 6 years and it's still going strong.

[0] https://github.com/haxiomic/GPU-Fluid-Experiments

1 comments

Given that the original commit is clearly a giant copy&pasta from somewhere else, not surprised there is little development or changes as time goes on
Oh, my bad, this the copy&pasta one https://paveldogreat.github.io/WebGL-Fluid-Simulation/
Trying to figure out what you are suggesting with the copy/paste stuff. I looked at the first few commits in both the PavelDoGreat repo and the haxiomic repo and see no obvious signs of copypaste. PavelDoGreat's initial commits start with initializing WebGL, seems reasonable. haxiomic's starts with a README and then a code drop, again, doesn't seem too unexpected. I also doubt one took from the other since one is Haxe and the other is JS.
That's the one I was thinking of, thank you.