'Interf' is a program that generates images of interference patterns based on a number of point source co-ordinates. These images can then be combined using an external program (e.g. apngasm) to create an animation.
Copyright - C Hancock (Chris2048)
- Python 2.7
- Python Imaging Library (PIL)
- NumPy
- plac <plac.googlecode.com>
- clint <github.com/kennethreitz/clint>
- apngasm - to assemble png files into apng.
Simply execute 'interf.py', use '-h' switch for options.
Post bugs, fixes, and other issues on github.com/Chris2048
Integrate animated-gif code from 'Animated gifs, the hard way'.