Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.27 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.27 KB

CircleCollision

Processing 4 code for CircleCollision.

Version 0.1 alpha

Instructions for MacOS Monterey 12.4 only

To quickly run without downloading source and installing Processing 4, please do the following:

Release Builds for multi-platforms


Instructions to run:

  1. Install Github CLI on your Mac.
  2. Do a gh repo clone shyamalschandra/CircleCollision.
  3. Install Processing 4 on your Mac via homebrew using brew install --cask processing.
  4. Do a open CircleCollision.pde on your Mac.
  5. Press the run button on the Processing IDE.

Alternatives to run from command line instead from graphical IDE:

  1. While running the processing IDE, click under Tools -> Install processing-java.
  2. Go to Terminal and run processing-java --sketch=pwd/CircleCollision/ --present from your main directory.

Screenshot in Action:

Screen Shot 2022-07-18 at 2 29 52 AM