Skip to content

Commit eb0bccc

Browse files
committed
polygon sound
add video
1 parent 71fdcaf commit eb0bccc

File tree

26 files changed

+438
-49
lines changed

26 files changed

+438
-49
lines changed

Assignment_5/.DS_Store

0 Bytes
Binary file not shown.

Assignment_5/Face and Emotions/src/ofApp.h

Lines changed: 0 additions & 41 deletions
This file was deleted.

Assignment_5/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Polygon and Sound
2+
3+
<iframe width="560" height="315" src="https://www.youtube.com/embed/_HRQ58U0LXA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4+
5+
16
### happiness
27
![image](https://github.com/EffieSong/openframeworks/raw/master/Assignment_4/happiness.png)
38
### sadness
@@ -8,3 +13,5 @@
813
![image](https://github.com/EffieSong/openframeworks/raw/master/Assignment_4/anger.png)
914
### emotion
1015
![image](https://github.com/EffieSong/openframeworks/raw/master/Assignment_4/emotion.gif)
16+
17+
6 KB
Binary file not shown.
6 KB
Binary file not shown.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>BuildMachineOSBuild</key>
6+
<string>19D76</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>English</string>
9+
<key>CFBundleExecutable</key>
10+
<string>Face and EmotionsDebug</string>
11+
<key>CFBundleIconFile</key>
12+
<string>icon-debug.icns</string>
13+
<key>CFBundleIdentifier</key>
14+
<string>cc.openFrameworks.Face and EmotionsDebug</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundlePackageType</key>
18+
<string>APPL</string>
19+
<key>CFBundleSignature</key>
20+
<string>????</string>
21+
<key>CFBundleSupportedPlatforms</key>
22+
<array>
23+
<string>MacOSX</string>
24+
</array>
25+
<key>CFBundleVersion</key>
26+
<string>1.0</string>
27+
<key>DTCompiler</key>
28+
<string>com.apple.compilers.llvm.clang.1_0</string>
29+
<key>DTPlatformBuild</key>
30+
<string>11C504</string>
31+
<key>DTPlatformVersion</key>
32+
<string>GM</string>
33+
<key>DTSDKBuild</key>
34+
<string>19B90</string>
35+
<key>DTSDKName</key>
36+
<string>macosx10.15</string>
37+
<key>DTXcode</key>
38+
<string>1131</string>
39+
<key>DTXcodeBuild</key>
40+
<string>11C504</string>
41+
<key>LSMinimumSystemVersion</key>
42+
<string>10.9</string>
43+
<key>NSCameraUsageDescription</key>
44+
<string>This app needs to access the camera</string>
45+
<key>NSMicrophoneUsageDescription</key>
46+
<string>This app needs to access the microphone</string>
47+
</dict>
48+
</plist>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
APPL????

0 commit comments

Comments
 (0)