Cinder 0.9.4dev:
Cinder is a peer-reviewed, free, open source C++ library for creative coding.
Please note that Cinder depends on a few submodules. The simplest way to clone it is:
git clone --recursive https://github.com/cinder/Cinder.git You might also prefer one of our
.
Building Cinder
Debug:
cmake -B build cmake --build build -j Release:
cmake -B build -DCMAKE_BUILD_TYPE=Release cmake --build build --config Release -j This works on macOS, Windows, and Linux.
Cinder
and
are available on the website.
Cinder supports macOS, Windows, and Linux. It requires a C++20 compiler: Xcode 11.3.1+ on Mac, Visual C++ 2022+ on Windows.
Cinder is released under the
. Please visit
for more information.
Also be sure to check out the
.