Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 354 Bytes

File metadata and controls

24 lines (19 loc) · 354 Bytes

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)