An open API service indexing awesome lists of open source software.

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

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
```