This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: "Cinder" programming library – news · newspapers · books · scholar · JSTOR (July 2016) (Learn how and when to remove this template message) The topic of this article may not meet Wikipedia's notability guidelines for products and services. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.Find sources: "Cinder" programming library – news · newspapers · books · scholar · JSTOR (July 2016) (Learn how and when to remove this template message) (Learn how and when to remove this template message)
Cinder
Original author(s)Andrew Bell
Developer(s)Andrew Bell, Hai Nguyen, The Barbarian Group
Stable release
0.9.2 / April 13, 2020; 3 years ago (2020-04-13)
Repository
Written inC++
Operating systemMicrosoft Windows, OS X, iOS, Linux
TypeApplication framework
LicenseSimplified BSD License
Websitelibcinder.org Edit this at Wikidata

Cinder is an open-source[1] programming library designed to give the C++ language advanced visualization abilities. It was released as a public tool in spring 2010 and can be viewed in many ways as a C++-based alternative to tools like the Java-based Processing library, Microsoft Silverlight or Adobe Flash. It is also comparable to the C++ based openFrameworks; the main difference is that Cinder uses more system-specific libraries for better performance while openFrameworks affords better control over its underlying libraries.

Unlike Flash and Silverlight, Cinder is generally used in a non-browser environment. This, combined with the speed provided by C++, makes the library more appropriate for heavily abstracted projects, including art installations, commercial campaigns and other advanced animation work.

See also

References

  1. ^ "Cinder". GitHub. Retrieved 2 September 2013.