tutorials
This section contains tutorials about specific tasks in openFrameworks. If you want to contribute a tutorial, fork the ofSite repository in github and add your tutorial in markdown or asciidoc format inside the _tutorials folder.
introduction
- > ofTutorials - Introduction
This chapter will introduce openFrameworks and prepare you to start your first project.
- > ofTutorials - Chapter 1 - Getting Started
This chapter will help you get started with the basics of openFrameworks, such as the proper method for creating a project, setting window size, and basic drawing. But first...
- > Create a new project with the projectGenerator
openframeworks 0072 comes with a new tool to generate projects
first steps
- > Steps to your first particle system
Is there something more fun than a particle system for making your first steps?
- > openFrameworks for Processing users
An overview of OpenFrameworks for processing junkies
- > Ooops! = Object Oriented Programming + Classes
This tutorial is an quick introduction to Object Oriented Programming in OpenFrameworks and a how-to guide to build and use your own classes.
- > openFrameworks 007 Presentations
This collection of keynotes documents the majority of the openFrameworks core, and was prepared for a FreakDay meeting in Antwerp.
maths
- > Vector Maths
Basic concept of vector maths
videos
- > Opening an Example in openFrameworks
First steps after you've downloaded OF [osx]
developers
- > How openFrameworks works
Brief description about common patterns used in the OF code
- > Basic introduction to git and OF
A short introduction to git in connection with openFrameworks
c++ concepts
- > stl::vector basics
Overview of the basic use of vectors
