Py2D
Game utility library for vector-based games in Python
File Explorer
- __init__.py
- Bezier.py
- Draw.py
- FOV.py
- Logo.py
- Math.py
- Navigation.py
- Pymunk.py
- shapes.svg
- SVG.py
- __init__.py
- Operations.py
- Polygon.py
- Transform.py
- Vector.py
- __init__.py
- Test_Math.py
- __init__.py
- Bezier.py
- FOV.py
- FOVConverter.py
- Navigation.py
- SVG.py
- .editorconfig
- .gitignore
- pylintrc
- README.md
- run_examples.py
- setup.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
// repository documentation
Was this content helpful?
(0 ratings)
