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:

  1. Install the VitaSDK
  2. Build and install VitaGL with these make flags:
    • HAVE_GLSL_SUPPORT=1
    • CIRCULAR_VERTEX_POOL=2
    • USE_SCRATCH_MEMORY=1
    • NO_DEBUG=1
  3. Build with cmake . && make

Building on Windows:

  1. Install WSL2 with wsl --install
  2. Follow the Linux directions above

Resources