Skip to content

Commit 4e7f4df

Browse files
authored
Revise paragraph description for mode.properties
Updated the paragraph to better describe Processing C++ Mode.
1 parent 6621fdc commit 4e7f4df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mode.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ category=Other
33
authors=[Jose Gonzalez Llamas](https://github.com/pepc84)
44
url=https://github.com/processing-cpp/processing.cpp
55
sentence=Write and run Processing sketches in C++.
6-
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).
6+
paragraph=Processing C++ Mode is an implementation of the Processing programming environment for C++, allowing users to write Processing-style sketches that compile to native C++.
77
version=17
88
prettyVersion=--run
99
minRevision=1280

0 commit comments

Comments
 (0)