I just think they're neat
Show HN: An ncurses CUDA-based fluid simulation
1–10 of 14 posts
Re: Show HN: An ncurses CUDA-based fluid simulation
#2I love it! The “3D” demo is particularly impressive. Can you do something with just a single line? I’m thinking of a GPU-accelerated status line animation.
Re: Show HN: An ncurses CUDA-based fluid simulation
#3This is really awesome. Nice work!
Re: Show HN: An ncurses CUDA-based fluid simulation
#4Curious if you can get away with Burgers on a CPU:
https://youtu.be/oxzfY-hPt2k
Re: Show HN: An ncurses CUDA-based fluid simulation
#5Realtime 3D webgpu fluid
https://bercon.github.io/incendium/
Re: Show HN: An ncurses CUDA-based fluid simulation
#6Realtime 3D webgpu fluid https://bercon.github.io/incendium/
[deleted]
Re: Show HN: An ncurses CUDA-based fluid simulation
#7Curious if you can get away with Burgers on a CPU: https://youtu.be/oxzfY-hPt2k
Are they very different in terms of compute? Looks like Burgers saves maybe a couple of FMA per cell. I’m pretty sure you can get away with Navier Stokes on a CPU. (Depends on the resolution, of course, but the examples here are relatively low res.)
Re: Show HN: An ncurses CUDA-based fluid simulation
#8Cool!
Jos Stem style?
Re: Show HN: An ncurses CUDA-based fluid simulation
#9This is why I come here