openFrameworks

From Wikipedia, the free encyclopedia
openFrameworks
OpenFrameworks.png
Developer(s)Zachary Lieberman, Theo Watson,
Stable release
0.11.2 / March 24, 2021; 5 months ago (2021-03-24)
Repository
Written inC++
Operating systemMicrosoft Windows, macOS, Linux, iOS, Android
TypeApplication framework
LicenseMIT License
Websiteopenframeworks.cc

openFrameworks is an open source toolkit designed for creative coding founded by Zachary Lieberman, Theo Watson and . OpenFrameworks is written in C++ and built on top of OpenGL. It runs on Microsoft Windows, macOS, Linux, iOS, Android and Emscripten. It is maintained by Zachary Lieberman, Theo Watson and with contributions by other members[1] of the openFrameworks community.

History[]

OpenFrameworks v0.01 was released by Zachary Lieberman on August 3, 2005. By February 2006, version v0.03 was in use by Lieberman's students at the Parsons School of Design, New York City. According to its authors, openFrameworks was developed for

"... folks using computers for creative, artistic expression, and who would like low level access to the data inside of media in order manipulate, analyze or explore. That audience we felt was significantly underserved by the current crop of C++ libraries."[2]

openFrameworks running the OpenCV add-on example.

Related projects[]

Its emphasis on "creative" uses draws parallels to Processing as both projects present a simplified interface to powerful libraries for media, hardware and communication. openFrameworks's main difference from Processing is that it is written in C++, instead of Java. Users will find many similarities between the two libraries, for example what is beginShape() in Processing is ofBeginShape() in openFrameworks. The openFrameworks wiki includes an article for people coming to openFrameworks from Processing.[3]

Another similar project is Cinder, which is also a C++ library framework for creative programming. The primary difference is that openFrameworks has a larger number of dependencies on open source libraries, allowing advanced programmers more control and transparency, while Cinder is more dependent on libraries built into the operating systems it sits on top of, which generally means updates and bug fixes are more frequent and reliable with openFrameworks.[citation needed]

Presentation of the project openFrameworks at the 2008 Ars Electronica Festival

License[]

Openframeworks is released under the MIT license. The libraries used by the framework each have their own licenses.[2]

See also[]

  • Processing – Java-based application built for the electronic arts and visual design communities.
  • Cinder - C++-based framework for advanced visualization capabilities.

References[]

  1. ^ https://github.com/openframeworks/openFrameworks/contributors
  2. ^ Jump up to: a b "openFrameworks FAQ". Retrieved 10 April 2016.
  3. ^ "openFrameworks for Processing users". Retrieved 10 April 2016.

External links[]


Real-world projects[]

Notable projects created with openFrameworks:

Retrieved from ""