Download and source-code can be found on this website
Description:
This is an SPH fluid simulation for the vita.
Showcase:
Building:
Building on Linux:
- Install the VitaSDK
- Build and install VitaGL with these make flags:
HAVE_GLSL_SUPPORT=1CIRCULAR_VERTEX_POOL=2USE_SCRATCH_MEMORY=1NO_DEBUG=1
- Build with
cmake . && make
Building on Windows:
- Install WSL2 with
wsl --install - Follow the Linux directions above
Resources
- https://github.com/sjoerdev/fluid-simulation
- https://matthias-research.github.io/pages/publications/sca03.pdf
- https://www.cs.cornell.edu/~bindel/class/cs5220-f11/code/sph.pdf
- https://cg.informatik.uni-freiburg.de/publications/2014_EG_SPH_STAR.pdf
- https://sph-tutorial.physics-simulation.org/pdf/SPH_Tutorial.pdf
- https://lucasschuermann.com/writing/particle-based-fluid-simulation
- https://lucasschuermann.com/writing/implementing-sph-in-2d