Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.47 KB

readme.md

File metadata and controls

56 lines (33 loc) · 1.47 KB

ofDemystified

code examples derived from the book Mastering openFrameworks- Creative Coding Demystified [book's official site] by Denis Perevalov

donate

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 to OF/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

credits

original code from Denis Perevalov's book
This repo is collected, curated, and maintain by Reed Tothong.