From 85e0d3c4bdc83ff2bed224e3d20a70842f278341 Mon Sep 17 00:00:00 2001 From: pepc84 <57294729+pepc84@users.noreply.github.com> Date: Fri, 15 May 2026 04:56:58 +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 12bc309..410c026 100644 --- a/contributions.yaml +++ b/contributions.yaml @@ -6355,3 +6355,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-05-15T04:56:58+0000 + type: mode + source: + https://github.com/processing-cpp/processing.cpp/releases/download/v0.1.0/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, macOS, and Windows (via MSYS2). Requires g++ and OpenGL + (GLFW + GLEW). + version: 1 + prettyVersion: 0.1.0 + minRevision: 1280 + maxRevision: 0 + modes: + download: + https://github.com/processing-cpp/processing.cpp/releases/download/v0.1.0/CppMode.zip