Skip to content

Pycessing

Prototype for python bindings to libprocessing

To Get Started

Install venv and maturin

Follow these installation instructions

macOS

brew install glfw

Running code

$ maturin develop
#
# ...
#
$ python
>>> import processing
>>> processing.size(500, 500)