code examples derived from the book Mastering openFrameworks- Creative Coding Demystified [book's official site] by Denis Perevalov
If you find this repo useful, please consider donating to help me keep it updated in the future
###installations
this folder is designed to go in apps
folder of an OF 0.9.0 installation
- download zip file and unpack in your
OF/apps
folder
or go toOF/apps
folder via terminal and run:
git clone https://github.com/firmread/ofDemystified.git
- in OF folder you should see:
* libs
* apps
- ofDemystified
* examples
* scripts
etc.
- to use
ProjectGenerator
to generate project files for this entire repo:- ticks the box in
(Settings > Advanced Options)
- click on
(Update Multiple > Update Path)
- locate folder of this ofDemystified repo on your computer
- Select your desired platform accordingly
- press
update multiple
- ticks the box in
original code from Denis Perevalov's book
This repo is collected, curated, and maintain by Reed Tothong
.