README.txt 407 B

123456789101112131415161718
  1. Bouncing balls example.
  2. Adopted from:
  3. https://msdl.uantwerpen.be/git/simon/SCCD/src/master/examples/bouncingballs/python/sccd.xml
  4. To (re-)compile:
  5. Dependencies:
  6. Python 3
  7. SCCD2DEVS must be in your PYTHONPATH environment variable.
  8. Run:
  9. python3 -m sccd.compiler.sccdc bouncingballs.xml -p eventloop
  10. To run the example:
  11. Dependencies:
  12. Python 3 and TkInter
  13. Run:
  14. python3 runner.py