Skip to content

Releases: processing-cpp/processing.cpp

C++ Mode v0.1.0

15 May 04:51

Choose a tag to compare

First release of C++ Mode for Processing4.

Installation

  1. Download CppMode.zip
  2. Unzip into your Processing sketchbook modes/ folder
  3. Restart Processing4
  4. Select C++ Mode from the mode dropdown

Requirements

  • Processing 4
  • g++ (Linux: sudo apt install g++ libglfw3-dev libglew-dev, Windows: MSYS2)
  • OpenGL (GLFW + GLEW)