From f7312f4a7a2a1f7a0878970df4295b1d56635ae7 Mon Sep 17 00:00:00 2001 From: pepc84 <57294729+pepc84@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:57:33 +0000 Subject: [PATCH] adding contribution C++ Mode from --- contributions.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/contributions.yaml b/contributions.yaml index d0759e8..fc2d3df 100644 --- a/contributions.yaml +++ b/contributions.yaml @@ -6470,3 +6470,26 @@ contributions: https://raw.githubusercontent.com/mstrperson/Processing-Sprite/master/releases/download/latest/SpriteGame.zip log: - invalid file, 2026-05-09 +- id: 306 + status: VALID + dateAdded: 2026-06-09T01:57:32+0000 + type: mode + source: + https://github.com/processing-cpp/processing.cpp/releases/latest/download/CppMode.txt + name: C++ Mode + authors: '[Jose Gonzalez Llamas](https://github.com/pepc84)' + url: https://github.com/processing-cpp/processing.cpp + categories: + - Other + sentence: Write and run Processing sketches in C++. + paragraph: C++ Mode lets you write sketches using the familiar Processing API + — size(), ellipse(), mouseX, draw() — but compiled to a native binary via + g++. Runs on Linux and Windows (via MSYS2). Requires g++ and OpenGL (GLFW + + GLEW). + version: 2 + prettyVersion: 0.1.2 + minRevision: 1293 + maxRevision: 0 + modes: + download: + https://github.com/processing-cpp/processing.cpp/releases/latest/download/CppMode.zip