You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tesselation (aka. circleizer) brought to you by lyon
5
+
Note that this project was never supposed to run in the browser. I made the bare minimum possible changes to get it working with WebGPU. Your computer WILL freeze if it does not have enough RAM or CPU.
6
6
7
-
Thank you so much to Sebastian Lague for the gradient and also showing me how
8
-
to do stuff.
7
+
That being said, visit [fluidsim.angad.page](https://fluidsim.angad.page) to try it out.
9
8
10
-
im gonna make a compute shader for this next (the cpu is soo bad at parallelizing simple stuff lmao)
9
+
## Windows
11
10
12
-
## Demo (Youtube)
11
+
Despite my best efforts, this application crashes on my Windows VM. I have only ever gotten it to work on Linux.
That being said, a release binary is available from the [releases page](https://github.com/onlycs/fluidsim/releases). It dynamically links to
14
+
15
+
-`libvulkan.so.1`
16
+
-`libwayland-client.so.0`
17
+
-`libxcbcommon.so.0`
18
+
19
+
So make sure they are available.
20
+
21
+
## Acknowledgements
22
+
23
+
- Sebastian Lague for the [YouTube video](https://www.youtube.com/watch?v=rSKMYc1CQHE) that made me think this was a good project idea
24
+
-[These](https://matthias-research.github.io/pages/publications/sca03.pdf)[three](https://web.archive.org/web/20250106201614/http://www.ligum.umontreal.ca/Clavet-2005-PVFS/pvfs.pdf)[papers](https://sph-tutorial.physics-simulation.org/pdf/SPH_Tutorial.pdf) from his works cited page
25
+
-[These files](https://github.com/SebLague/Fluid-Sim/tree/Episode-01/Assets/Scripts/Sim%202D/Compute) which I used for reference, occasionally.
0 commit comments