Fork me on GitHub

Getting Started

Py2D has the following requirements:

After installing the requirements, download Py2D onto your local machine and run some examples. Then check out the Documentation or the examples’ source code.

Running examples

You can see some functionality of Py2D in the examples package. Just run the script run_examples.py.

$ python2 run_examples.py -e EXAMPLE_NAME

Example names are given as Packagename.Classname - Valid example names are:

If you get lost, press F1 in the example runner to display a help text. And remember to use the source, Luke!