-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
42 lines (26 loc) · 1.92 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
guided-tour
===========
Accompanying code for guided tour of arts programming platforms talk by Becky Stewart. Slides are available at http://slideshare.net/beckystewart
Processing
----------
Download the platform and programming environment from
http://processing.org
You can move ./processingExample to your Processing sketchbook, or run it from its current location by double-clicking on processingExample.pde.
openFrameworks
--------------
Download the platform and follow the installation instructions at
http://www.openframeworks.cc/
Follow the instructions in the oF readme for creating a new project. Copy and create a new app from the emptyExample and move it to the folder of your apps within openFrameworks. Either move the included source files ./oFExample/main.cpp, ./oFExample/ofExample.cpp, ./oFExample/oFExample.h to your new project folder or import them with moving them from within your IDE.
Cinder
------
Download the platform and follow the installation instructions at
http://libcinder.org/
Create a new project the same way you would for openFrameworks.
Duplicate the BasicApp folder in the Cinder samples and rename the folder to cinderExample. Move this folder to where you would like put your Cinder apps - it should be in the same relative position as the samples folder. Open the project in XCode (or other IDE) and rename the project to cinderExample. In XCode, this is is done by clicking on the project name in the left hand column.
Delete basicApp.cpp and add cinderExample/cinderExample.cpp to the project.
processing.py
-------------
Download the distribution
https://github.com/jdf/processing.py
To run the processingpyExample, open a terminal and change directory to where you have placed the processing.py distribution. Then alter the below command to reflect the correct relative path to the processing-py.jar.
$ java -jar processing-py.jar ../guided-tour/processingpyExample/processingpyExample.py