https://github.com/vitroid/pycaustics
Simplified caustic simulation by numpy
https://github.com/vitroid/pycaustics
Last synced: 9 months ago
JSON representation
Simplified caustic simulation by numpy
- Host: GitHub
- URL: https://github.com/vitroid/pycaustics
- Owner: vitroid
- Created: 2018-12-23T05:24:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T03:39:45.000Z (over 3 years ago)
- Last Synced: 2025-01-21T08:44:58.387Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PythonCaustics
Caustic dynamics written in Python.
* `caustics.py`: algorithm
* `caustic_pygame.py`: Implementation with PyGame.
* `caustic_pyplot.py`: Implementation with matplotlib.
* `caustic_pil.py`: Implementation with Pillow.
```shell
% pip install matplotlib numpy
% python caustic_pyplot.py
```