To quickly run without downloading source and installing Processing 4, please do the following:
Release Builds for multi-platforms
- Install Github CLI on your Mac.
- Do a
gh repo clone shyamalschandra/CircleCollision
. - Install Processing 4 on your Mac via homebrew using
brew install --cask processing
. - Do a
open CircleCollision.pde
on your Mac. - Press the run button on the Processing IDE.
- While running the processing IDE, click under
Tools -> Install processing-java
. - Go to Terminal and run
processing-java --sketch=
pwd/CircleCollision/ --present
from your main directory.