Skip to content

Commit 1cc25e4

Browse files
committed
restructure
1 parent ff1317b commit 1cc25e4

File tree

142 files changed

+8997
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+8997
-94
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
.DS_Store
2-
vids
1+
.DS_Store

2019-09/0_before_class.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Pre-class work
2+
3+
Before the first day of class, students should try installing both an *IDE* and *openFrameworks*. IDE stands for "integrated development environment" and is what allows students to run programming code on your computer. openFrameworks is a coding library that students will be using extensively at SFPC. Here are specific instructions for Mac and Windows:
4+
5+
### Mac OSX
6+
- Install [Xcode 10](https://apps.apple.com/us/app/xcode/id497799835?mt=12) from the app store. If you have an older version of Xcode already installed, we recommend upgrading to the latest version.
7+
- When installing Xcode, you may be prompted to update your operating system. We recommend you do this.
8+
- Download and install [openFrameworks for Mac.](https://openframeworks.cc/download/)
9+
- There are more details instructions [here](https://openframeworks.cc/setup/xcode/) to test your setup, you only need the first two sections: “First Steps” and “Testing your setup”.
10+
- 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.
11+
12+
### Windows
13+
- Install [Visual Studio Community 2017](https://www.techspot.com/downloads/6278-visual-studio.html). Note that this is an older version of Visual Studio; please install this older version even if you have a newer version installed.
14+
- Install [openFrameworks for Visual Studio.](https://openframeworks.cc/download/)
15+
- More detailed setup guide is [here](https://openframeworks.cc/setup/vs/). We will also be able to help you in class.
16+
17+
### Linux
18+
- QT Creator is the officially supported IDE. [Here are instructions](https://openframeworks.cc/setup/qtcreator/) for working with QT creator. If you’re using a different IDE [start here.](https://openframeworks.cc/setup/linux-install/)
19+
- One request -- you'll need to install a compiler -- if you are on OSX, you should install xcode. You can install this through the OSX app store (search for xcode). If you have an older version of OSX, it may ask you update the OS.
20+
21+
Also, download openFrameworks for your given platform: http://openframeworks.cc/download/

0 commit comments

Comments
 (0)