Thursday, September 10, 2015

OpenFrameworks: Another cool Multi-platform Framework for Graphics

Steps to download and build OpenFrameWorks:
  • git clone https://github.com/openframeworks/openFrameworks.git
  • goto the OF root.  This is usually the folder openFrameworks.  Change directory to ./scripts/linux/ubuntu (e.g: cd openFrameworks/scripts/linux/ubuntu)
  • Execute the scripts in the folder as root:
sudo ./install_dependencies.sh
sudo ./install_codecs.sh

Go to ./scripts/linux and execute:

./compileOF.sh
./compilePG.sh

To generate projects (Makefile etc.)  for all the examples, goto OF root, then type:

projectGenerator -v -r examples/

No comments:

Post a Comment