/ofxAddon

Template addon for openFrameworks.

Primary LanguageC++MIT LicenseMIT

ofxAddon

Description

Dependencies

1. OF 0.9.0 and C++11

Compiling

For openFrameworks:

Download and extract folder to your openFrameworks/addons directory. Go to openFrameworks/apps/projectGenerator/projectGeneratorSimple folder and build it if it's not compiled already. Then go to relative bin folder and run projectGeneratorSimple. Select this addon in the list of non-core addons. When you finish generating project folder, you can find it in openFrameworks/apps/myApps directory, mySketch is default name for it.

For CMake-based openFrameworks:

Add this repo as a git submodule to your app folder and use ofxaddon command in CMakeLists.txt.

Examples