Skip to content

Install openframeworks

ofZach edited this page May 20, 2020 · 2 revisions

Before Class

Before the first day of class, please try installing both an IDE and openFrameworks. An IDE stands for “integrated development environment” and is what allows you to run programming code on your computer. Here are specific instructions for Mac and Windows:

Mac OSX

  • Install the latest version of Xcode Xcode 11 (or xcode 10) from the app store. If you have an older version of Xcode already installed, we recommend upgrading to the latest version. You can also install multiple versions of xcode side by side if needed (see details here).
  • If you need to install earlier version of xcode (xcode 10 should work) because of your operating system, you can find them here. You will need a developer login for apple but don't need a paid developer account.
  • Download and install openFrameworks for Mac.
  • There are more details instructions here to test your setup, you only need the first two sections: “First Steps” and “Testing your setup”.
  • We recommend you use the latest version of OF and Xcode. If this is not possible, just drop us an email and we will help you sort it out.
  • Note that Xcode is fairly large, you should clear space on your hard drive if necessary. If you run into any space issues, we recommend the free app OmniDiskSweeper to help see where you can gain/free space.
  • Once you have xcode installed, a quick intro to openFrameworks on a Mac VIDEO

Windows

  • Install Visual Studio Community 2017. Choose the free community edition. Once the installer loads, choose "Desktop development with C++" as what to install. you don't need to choose any other option. Note that this is an older version of Visual Studio. You can work with 2019 if you have installed it for c++ development.
  • Microsoft may ask you to sign in with your mirosoft password. You can make one if you need to.
  • If you have visual studio 2019 installed, you can update your projects when you load them to work with the newer tool as long as you have c++ installed and an appropriate SDK. When you load a project, it will ask you to "retarget" it, which is updating it for 2019.
  • Install openFrameworks for Visual Studio.
  • More detailed setup guide is here. We will also be able to help you in class.
  • Once you have visual studio intall, a quick intro to openFrameworks on a PC is here VIDEO

Linux

Also, download openFrameworks for your given platform: http://openframeworks.cc/download/

Clone this wiki locally