-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
59 lines (39 loc) · 1.4 KB
/
README
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# ____ _ _ _ _ _
# | __ ) __ _ _ __ __| |_ _(_) __| | |_| |__
# | _ \ / _` | '_ \ / _` \ \ /\ / / |/ _` | __| '_ \
# | |_) | (_| | | | | (_| |\ V V /| | (_| | |_| | | |
# |____/ \__,_|_| |_|\__,_| \_/\_/ |_|\__,_|\__|_| |_|
#
BANDWIDTH - a musical experience.
jtnimoy,2011
INSTRUCTIONS
Turn up your sound volume.
Click and drag to explore.
Press bubbles to change scenes.
Press Escape to quit.
Made possible by The Public. UK
Special Thanks:
The OpenFrameworks project,
Graham Peet
Joss Widdowson
Rebecca Shostak
the oooShiny group
Sandwell Arts Trust
Fran McHugh
Visit http://jtnimoy.net
----------------------------------------------------
CONFIGURING
There is a configuration file called settings.yml in the data folder, which
allows the app to be configured for installation and performance purposes.
Open that file to read the comments provided above each value.
----------------------------------------------------
COMPILING
Get the source from
https://github.com/jtnimoy/Bandwidth
Install OpenFrameworks PreRelease v007
Create an empty project and add the contents of the src folder to it.
Add the contents of the 'data' folder to the project's data folder.
Getting the project to compile is a matter of downloading and compiling the 2 dependencies:
Box2D 2.2.0
and
yaml-cpp 1.2.7