Setup to use this project
Install the homebrew package manager if you don't already have it installed:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install glfw (a graphics library) in brew:
brew install glfw
Install the p5 python package
pip3 install p5
Now you can run this inside your vs code.