Register / Login

download

We are currently in pre-release. you can download a version suitable for your compiler here:

pre release v0.061

note that 0.06 project files are not compatible with 0.061 – a guide detailing the new project structure will be posted soon.

FAT Packages: starting from 0.05, we are releasing normal and “FAT” versions, the fat versions contain several addons ready to go, plus addon examples. These addons aren’t part of the core OF codebase, but contain advanced functionality like opencv, vector output, OSC, network communication, vector math and more.

windows: visual studio 2008 | visual studio 2008 FAT

code blocks | code blocks FAT

mac x-code (10.5) | x-code FAT (10.5) | x-code (10.6) | x-code FAT (10.6)

linux: code blocks | code blocks FAT | (64 bit) code blocks | (64 bit) code blocks FAT

all platforms in one package: all gzip | all zip .

iphone: See iPhone 0.06 release at bottom of page. 0.061 version coming soon.

changes: changelog for 0.061

license (MIT): license


about the release
we release openframeworks as an uncompiled library. When you download openframeworks, for your chosen compiler, it will come with the following folders:

-addons
-apps
-libs
-other
-scripts

in the libs folder, you will find openFrameworks, along with all of the libs that it links to.
In the apps folder, you will find a variety of examples.


important note about multiple releases:

when you download v0.061, it comes with its own internal folder structure. You shouldn’t change anything in the 0.06 folder but rather, keep the two distributions seperate. ie:

0.061/
—- addons/
—- apps/
—- libs/
—- other/
—- scripts/

0.06/
—- addons/
—- apps/
—- libs/
—- other/
—- scripts/

the idea is to make sure that your 0.06 apps always compile.


about the apps
These are designed to show of different aspects of openframeworks (apps new to 0.02 in bold). They demonstrate font loading, graphics, audio input and output, sound file playback and fft analysis, video grabbing, quicktime movie playing, image loading and saving, event handling and serial communication. Some screen shots:

graphicsAdvExample

advanced graphics

audioInputExample

audio input

audioOutputExample

audio output

eventExample

event handling

fontsExample

font loading

graphicsExample

graphics

imageLoader

image loading

imageSaverExample

image saving

serialExample

serial i/o

soundPlayerExample

soundfile playback

fftExample

soundfile fft

screenToTextureExample

screen to texture

textureExample

textures

videoGrabberExample

video grabbing

videoPlayerExample

video playing


about compilers
you can find information about setting up compilers here. If you are beginning, on windows we suggest dev-c++, because it is easier to setup and to get a handle on. There are also compiler specific threads in the forum.


about the openframeworks source code
if you are interested in just taking a peak at the codebase or working with the very latest OF fixes and changes you can do that on the openFrameworks github page here.


previous releases: As we update and change OF, you can download older versions of the framework here. As we start to have multiple version of OF, please try to be clear on the discussion forum as to which version you are using.


pre release v0.06

starting for 0.05, we are releasing normal and “FAT” versions, the fat versions contain several addons ready to go, plus addon examples. These addons aren’t part of the core OF codebase, but contain advanced functionality like opencv, vector output, OSC, network communication, vector math and more. Also, in this release we will also post binaries of the examples, so you can download and try without having to compile

windows: visual studio 2008 | visual studio 2008 FAT

code blocks | code blocks FAT

mac: x-code | x-code FAT ( Snow Leopard users see this post )

linux: code blocks | code blocks FAT | (64 bit) code blocks | (64 bit) code blocks FAT

iphone: x-code / iphone sdk

changes: changelog for 0.06


pre release v0.05

addon fixes: Since the 005 release there have been several critical fixes for addons – details of the fixes and how to apply them can be found here: addon fixes.

windows: visual studio | visual studio FAT
code blocks | code blocks FAT
win32 example apps

mac: x-code | x-code FAT
osx example apps

linux: code blocks | code blocks FAT
linux example
apps


pre release v0.04

windows: visual studio | dev c++ | code warrior

mac: x-code

linux: makefile | code::blocks

changes: changelog for 0.04