Skip to content

cinder/Cinder

Repository files navigation

Cinder 0.9.4dev: libcinder.org

Cinder Logo

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 pre-packaged downloads.

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 guides and reference documentation 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 Modified BSD License. Please visit our website for more information.

Also be sure to check out the User Forum.

About

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published