Skip to content

Releases: processing-cpp/processing.cpp

C++ Mode v0.1.4

10 Jun 20:17

Choose a tag to compare

What's new

Improved Linux support with auto-installers for missing dependencies.

  • Added "Install Automatically" button when g++ is not found on Linux — detects apt, pacman, dnf, and zypper and installs with one click
  • Added "Install Automatically" button when GLFW or GLEW headers are missing — same package manager detection
  • Install output is streamed directly to the Processing console so you can see what's happening
  • Fixed library detection to check for headers instead of .so files, which correctly catches systems missing libglfw3-dev and libglew-dev
  • Library check now runs before compile so you get a clear error dialog instead of a raw compiler error

Requirements

Linux: g++, libglfw3-dev, libglew-dev — CppMode will prompt you to install these automatically if missing

Windows: MSYS2 with g++ (auto-installer included)

macOS: Homebrew with gcc, glfw, glew — CppMode will open the Homebrew download page if not installed

v0.1.3 BROKEN

10 Jun 02:03

Choose a tag to compare

What's new

  • Bundled GLEW and GLFW for Linux — no need to install dev libraries manually
  • Added Linux g++ not found dialog with clear install instructions for all major distros
  • Fixed library detection on Pop!_OS, Ubuntu, Debian, Mint and other apt-based systems

Requirements

Linux: g++ only — sudo apt install g++ / sudo pacman -S gcc / sudo dnf install gcc-c++

Windows: MSYS2 with g++ (auto-installer included)

macOS: not yet supported

C++ Mode v0.1.2

09 Jun 01:27

Choose a tag to compare

Third 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)

C++ Mode v0.1.1

06 Jun 20:13

Choose a tag to compare

Second 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)

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)