| 123456789101112131415161718 |
- Bouncing balls example.
- Adopted from:
- https://msdl.uantwerpen.be/git/simon/SCCD/src/master/examples/bouncingballs/python/sccd.xml
- To (re-)compile:
- Dependencies:
- Python 3
- SCCD2DEVS must be in your PYTHONPATH environment variable.
- Run:
- python3 -m sccd.compiler.sccdc bouncingballs.xml -p eventloop
- To run the example:
- Dependencies:
- Python 3 and TkInter
- Run:
- python3 runner.py
|