Cinder: Creative Coding in C++

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.

Cinder guides and reference documentation are available on the website.

Cinder supports macOS, Windows, Linux, and iOS. It requires Xcode 11.3.1 or later for development on the Mac, and Visual C++ 2019 or later 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.

.gitattributes

# Xcode
*.pbxproj -crlf -merge

# Visual Studio
*.vcproj -crlf -diff
*.sln -crlf -diff

.gitignore

# Mac OS X cruft
*.pbxuser
*.mode1v3
*.mode2v3
*.user
project.xcworkspace
xcuserdata/
*.xccheckout
.DS_Store

build/
lib/libcinder*.a
lib/msw/x86/cinder*.lib
lib/msw/x64/cinder*.lib
lib/msw/x86/cinder*.idb
lib/msw/x64/cinder*.idb
lib/msw/x86/cinder*.pdb
lib/msw/x64/cinder*.pdb
lib/winrt/x86/cinder*.lib
lib/winrt/x64/cinder*.lib

# Windows cruft
*.suo
*.ncb
*.sdf
*.VC.opendb
*.VC.db
*.opensdf
Debug/
Release/
Debug_ANGLE/
Release_ANGLE/
Debug_Shared/
Release_Shared/
ipch/
**/vc2013/enc_temp_folder/**
.vs/

# doxygen generated files
docs/html
docs/xml
docs/doxygen/cinder.tag
docs/*/node_modules
*.pyc

# Android cruft
*.swp
.idea
lib/android/android-19/armeabi-v7a/libcinder*.a
lib/android/android-19/armeabi/libcinder*.a
lib/android/android-19/mips/libcinder*.a
lib/android/android-19/x86/libcinder*.a
lib/android/android-21/arm64-v8a/libcinder*.a
lib/android/android-21/armeabi-v7a/libcinder*.a
lib/android/android-21/armeabi/libcinder*.a
lib/android/android-21/mips/libcinder*.a
lib/android/android-21/mips64/libcinder*.a
lib/android/android-21/x86/libcinder*.a
lib/android/android-21/x86_64/libcinder*.a

*.iml
local.properties
proguard-rules.pro
.gradle/
jniLibs/

# cmake generated files
cinderConfig.cmake

# CinderBlocks
blocks/
!blocks/[__AppTemplates,Box2D,Cairo,FMOD,LocationManager,MotionManager,OSC,QuickTime,TUIO]

#ImGui stored settings
imgui.ini

.gitmodules

[submodule "tools/TinderBox-Mac"]
	path = tools/TinderBox-Mac
	url = https://github.com/cinder/TinderBox-Mac.git
	branch = 0.9.3
[submodule "tools/TinderBox-Win"]
	path = tools/TinderBox-Win
	url = https://github.com/cinder/TinderBox-Win.git
	branch = 0.9.3

Download details:

Author: cinder
Source: https://github.com/cinder/Cinder

License: View license

#cpluplus #c 

Cinder: Creative Coding in C++
1.00 GEEK