Jump to content

Cinder (programming library)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 65.181.52.196 (talk) at 17:11, 4 January 2013 (Linked to the pages for Flash and Silverlight; added a See Also section.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Cinder is a 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 an open-source,[citation needed] 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 being Cinder using more system-specific libraries for greater performance benefits and aimed at more advanced programmers, and openFrameworks aiming for more cross-platform flexibilities and open 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

Project site: http://libcinder.org