openFrameworks is a C++ toolkit for creative coding
To grab a copy of openFrameworks for your platform, check the download page on the main site. The master
branch of this repository corresponds to the most recent release, with a few differences:
- The release includes a simple openFrameworks project generator.
- This GitHub repository contains code and libs for all the platforms, but the releases are done on a per-platform basis.
- This GitHub repository has no project files for the different examples. They are generated automatically for each release using a tool in
apps/devApps/projectGenerator/
.
If you want to work with the openFrameworks GitHub repository, you should use the project generator to create project files for all the code in examples/
.
For per-platform readmes, see readme.osx
, readme.linux
, etc.
openFrameworks uses Semantic Versioning, although strict adherence will only come into effect at version 1.0.0.
Notes about this release:
This is basically the stable 0.7.4 release and includes the following platforms
- OSX
- Linux (32 and 64 bit)
- Windows
- iOS
- Android
The source is patched for use with ofxQNX (BlackBerry PlayBook and BlackBerry 10)