Skip to content

oshoham/itp-openframeworks-flyby

Repository files navigation

openFrameworks FlyBy Code Examples

This repo contains code examples for a brief intro to openFrameworks workshop taught at NYU ITP in October 2018. The slides can be found here.

Auto-Generated Project Structure

View Source Code

This example shows how to print debug statements using cout << "" << endl, and some of the functions that are auto-generated for you when you create a new OF project.

Drawing with Polylines

View Source Code

This is a simple line drawing app that demonstrates mouse interactivity, the C++ vector data structure, and the ofPoint and ofPolyline classes.

Halftone Webcam

View Source Code

This project demonstrates reading pixel data from a webcam using ofVideoGrabber.

OpenCV Face Tracking

View Source Code

This example shows how to use the ofxCv external addon to do basic face tracking on a webcam.

OpenCV Contours

View Source Code

This example demonstrates finding the contours of a webcam feed using ofxCv, as well as setting up a GUI for controlling parameters using ofxGui.

3D Scene

View Source Code

This project shows how to set up a basic 3D scene with some primitive shapes using ofEasyCam, as well as transforming screen coordinates using ofPushMatrix, ofPopMatrix, ofTranslate, and ofRotate.

Video Delay

View Source Code

This is a more advanced example that creates a real-time video delay effect, demonstrating how to write your own C++ classes that make use of the openFrameworks API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published