Metadata-Version: 2.1
Name: simanim
Version: 0.0.4
Summary: Python framework for simple simulations
Home-page: https://github.com/Petlja/simanim
Author: Fondacija Petlja
Author-email: team@petlja.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyside2

# SimAnim - Python framework for simple simulations

## Instalation

 1. You need to have Python installed, version 3.6 or later. If you run Python using command other than `python` (e.g. `python3` or `py`) use appropriate command instead of `python` in the rest of the instructions
 2. Install package using `python -m pip install simanim`

## Use

See example:
https://github.com/Petlja/simanim/blob/master/examples/projectile_motion.py

All coordinates use logical units and *y* axis is directed upward.

More istructions to come...



