Skip to content

Commit bcf9e4e

Browse files
committed
Project_1
Project1 beta
1 parent dd4be25 commit bcf9e4e

Some content is hidden

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

47 files changed

+1356
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Project _1/.DS_Store

6 KB
Binary file not shown.

Project _1/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Project 1
2+
## Concept
3+
I want to tell a short story which is from a song. It is a very lovely and romantic story about how a chameleons find its own color. I was touched when I fisrt heard it.
4+
5+
Here's the story:
6+
Once upon a time, there was a chameleon. One day, it lay on the apple thinking. The apple is red, so becomes red. It rested on the elephant's back. The elephant is grey, so it becomes grey.
7+
![image](https://github.com/EffieSong/openframeworks/raw/master/Project_1/Scene1.png)
8+
Wherever it goes, it has to keep changing colors. It felt very unhappy. It didn't know what its own color was.
9+
![image](https://github.com/EffieSong/openframeworks/raw/master/Project_1/Scene1.png)
10+
So it found a leaf it liked and turned green with it. It was happy all spring and summer. It thought it has its own color. However, by autumn, the leaves were turning yellow. It turned yellow with the leaves, and then, in winter, it fell from the tree with the leaves. It fell to the ground, being so sad that it did not know what to do.
11+
![image](https://github.com/EffieSong/openframeworks/raw/master/Project_1/Scene1.png)
12+
At this time, it met another chameleon. This chameleon had the same trouble. They all had to keep changing colors. However, the other chameleon was more clever. It told it that they could always walk together, so that wherever they went, they would still turn red when they meet apples, but not because of the apples, just because they became the color of each other.
13+
14+
15+
I think people will have different feelings about this story. For me, it reflects something in a love relationship, which is that people should be with people who are similar to them. Two people whose independent personalities are not so strong will be happy being together. But if one's personality is too strong then the other, the other one will become an accessory. I hope everyone can find the right person for themselves, and more importantly, find themselves.
16+
17+
At first I thought about adding some possible interaction, such as exporing the environment with mouse. But later I thought it was not necessary, so I decided to make it a simple linear story. However if you have any suggestion about adding interaction please add coments below youtube video !
18+
19+
## Future iterations
20+
* Add more scene
21+
* Improve the graphic
22+
* Add background music
23+
* Add narrator
24+
* Any interactions?
25+
26+
## Process quesionts
27+
* Import SVG to OF and manipulate the color of the image.
28+
* I'm also thinking about the meaning of design motion graphic by coding rather than After Effects.
29+
30+
## Evaluation
31+
I improve my structure of coding through the process. However I find it hard to implement some animation only using OF.
32+
## Link for video
33+
[![](https://github.com/EffieSong/openframeworks/raw/master/Project_1/Scene4.png)](https://youtu.be/9X6yWSH70ko)
34+
35+
36+

Project _1/Scene1.png

161 KB
Loading

Project _1/Scene2.png

155 KB
Loading

Project _1/Scene3.png

125 KB
Loading

Project _1/Scene4.png

97.5 KB
Loading

Project _1/bin/.DS_Store

6 KB
Binary file not shown.
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>Project1_The chameleon storyDebug</string>
11+
<key>CFBundleIconFile</key>
12+
<string>icon-debug.icns</string>
13+
<key>CFBundleIdentifier</key>
14+
<string>cc.openFrameworks.Project1_The chameleon storyDebug</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>11E503a</string>
31+
<key>DTPlatformVersion</key>
32+
<string>GM</string>
33+
<key>DTSDKBuild</key>
34+
<string>19E258</string>
35+
<key>DTSDKName</key>
36+
<string>macosx10.15</string>
37+
<key>DTXcode</key>
38+
<string>1141</string>
39+
<key>DTXcodeBuild</key>
40+
<string>11E503a</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>

0 commit comments

Comments
 (0)