.gitignore
CHANGELOG.md
LICENSE
Readme.md
setup.cfg
setup.py
.github/workflows/black-formatter.yml
.github/workflows/pypi-workflow.yml
.github/workflows/test-on-push.yml
assets/augmented_smoke_image.jpg
assets/augmented_smoke_image_mask.png
assets/demo.gif
assets/js_demo.png
assets/me.jpg
assets/py_demo.png
assets/generated/vid_406_mask.png
assets/generated/vid_406_orig.png
assets/generated/vid_406_overlay.png
examples/__init__.py
examples/image_augmentation.py
examples/overlaying_mask.py
examples/pygame_simulator.py
examples/pygame_video_simulator.py
examples/server.py
examples/video_augmentation.py
js_demo/index.html
js_demo/scripts/events.js
js_demo/scripts/processor.js
js_demo/scripts/smoke.js
js_demo/scripts/snapshot.js
js_demo/styles/style.css
media/hello.mp4
media/smoke_history.mp4
media/smoke_video.mp4
media/vid.mp4
notebooks/expt.ipynb
smokesim/__init__.py
smokesim/augmentation.py
smokesim/base.py
smokesim/constants.py
smokesim/engine.py
smokesim/particle.py
smokesim/smoke.py
smokesim/vis.py
smokesim.egg-info/PKG-INFO
smokesim.egg-info/SOURCES.txt
smokesim.egg-info/dependency_links.txt
smokesim.egg-info/requires.txt
smokesim.egg-info/top_level.txt
smokesim/defs/__init__.py
smokesim/defs/particle.py
smokesim/defs/smoke.py
tests/test_image_augmentation.py
tests/test_image_particle.py