Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 548 Bytes

Readme.md

File metadata and controls

17 lines (13 loc) · 548 Bytes

Simulating-blobs-of-fluid.py

This is a simply shoehorned implementation of peeke's simulating blobs of fluid. Perhaps my version is more readable.

How to use

  1. Install pyenv and pipenv
  2. pyenv install 3.7.0
  3. pipenv install --python 3.7.0 --dev
  4. pipenv shell
  5. python main_with_shader.py
  6. You can also try the other variants (main, main_cairo, main_pygl)