New Python Processing project: Py5

For me setup was dead simple on my linux box

pip install py5

I then added ~/.local/bin to my path
Then I used vim to create the quick example and ran it from vim with

:!python3 %

. That was using the ibm jdk java-14. More fun to follow…

2 Likes