Computer Simulations in Physics. Numerical modelling of natural phenomena. All written by me in C/C++/HTML5. Most of them are with the code available from me,
Subscribe to:
Post Comments (Atom)
-
Soda Constructor (Revisited) (2024 version - here ) (2020 - here ) (2019 - here ) (2018 - here ) I remember...
-
Introduction This tutorial is the first part of the mini compute shader serie. See part 2 on continuation with more specific fluid flow 3D ...
-
This is the list of shaders I will live code and present (teach) during the Xenium2022 demo party in Katowice. Feel free to learn and enjoy...






Nice looking plots. It's almost like isocontours of the streamfunction.
ReplyDeleteWhich technique did you use to make the images?
Hi NickD,
ReplyDeleteI use particles that are advected in the flow field and accumulate their colors in the color buffer. With some parameter tuning you can get images like above.)
Yes, they somehow represent streamfunction of the solution,
Maciek