Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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)