-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
244 lines (242 loc) · 13.2 KB
/
index.html
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
<div id="root">
<div>
<nav class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"><span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="/">CIS700 Procedural Graphics</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li> <a href="/syllabus">Syllabus</a> </li>
<li> <a href="/schedule">Schedule</a> </li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Assignments <span class="caret"></span> </a>
<ul class="dropdown-menu">
<li> <a href="/assignments/proj1-noise">Project 1: Noise</a> </li>
<li> <a href="/assignments/proj2-toolbox-functions">Project 2: Toolbox Functions</a> </li>
<li> <a href="/assignments/proj3-l-systems">Project 3: L-Systems</a> </li>
<li> <a href="/assignments/proj4-shape-grammar">Project 4: Shape Grammar</a> </li>
<li> <a href="/assignments/proj5-shaders">Project 5: Shaders</a> </li>
<li> <a href="/assignments/proj6-marchingcubes">Project 6: Marching Cubes</a> </li>
<li> <a href="/assignments/proj6-raymarching">Project 6: Ray Marching</a> </li>
<li> <a href="/assignments/proj7-biocrowds">Project 7: BioCrowds</a> </li>
<li> <a href="/assignments/proj8-substance">Project 8: Substance Designer</a> </li>
<li> <a href="/assignments/final-project">Final Project</a> </li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources <span class="caret"></span> </a>
<ul class="dropdown-menu">
<li> <a href="/resources/javascript-basics">Javascript Basics</a> </li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<main class="container">
<div class="markdown-page">
<h1 id="cis-700-special-topics-in-procedural-graphics">CIS 700 - Special Topics in Procedural Graphics</h1>
<h3 id="spring-2016-university-of-pennsylvania-rachel-hwang">Spring 2016 - University of Pennsylvania | Rachel Hwang</h3>
<p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLpSPa9ShaFDc09g5YMuK4y61zpPCmdagw" frameborder="0" allowfullscreen></iframe>
<br/>
</p>
<style>
.project {
display: inline-block;
margin-left: 10px;
margin-top: 10px;
}
.project .name {
font-size: 16px;
}
.project iframe {
border: none;
width: 250px;
height: 250px;
}
</style>
<h3 id="noise">Noise</h3>
<div class='project'>
<div class='name'>Brian Tong</div>
<iframe src='//www.giphy.com/embed/l0IyadaDuCcEyeybu'></iframe>
<div class='links'>
<a href='https://github.com/iambrian/Project1-Noise'>Github</a> |
<a href='https://iambrian.github.io/Project1-Noise/'>Demo</a>
</div>
</div>
<div class='project'>
<div class='name'>Dan McCann</div>
<iframe src='//www.giphy.com/embed/l0Iyb4GcDecAawZos'></iframe>
<div class='links'>
<a href='https://github.com/mccannd/Project1-Noise'>Github</a> |
<a href='https://mccannd.github.io/Project1-Noise/'>Demo</a>
</div>
</div>
<div class='project'>
<div class='name'>Mariano Merchante</div>
<iframe src='//www.giphy.com/embed/3oKIP6D9sXtrnBYNLa'></iframe>
<div class='links'>
<a href='https://github.com/mmerchante/playing-with-noise'>Github</a> |
<a href='https://mmerchante.github.io/playing-with-noise/'>Demo</a>
</div>
</div>
<h3 id="procedural-wing">Procedural Wing</h3>
<div class='project'>
<div class='name'>Brian Tong</div>
<iframe src='//www.giphy.com/embed/l0IyiNSjj8jsyfvna'></iframe>
<div class='links'>
<a href='https://github.com/iambrian/Project-2-Toolbox-Functions'>Github</a> |
<a href='https://iambrian.github.io/Project-2-Toolbox-Functions/'>Demo</a>
</div>
</div>
<div class='project'>
<div class='name'>Mariano Merchante</div>
<iframe src='//www.giphy.com/embed/l4FGzJbw3RrvuP11m'></iframe>
<div class='links'>
<a href='https://github.com/mmerchante/angels-and-men'>Github</a> |
<a href='https://mmerchante.github.io/angels-and-men/'>Demo</a>
</div>
</div>
<h3 id="l-systems">L-Systems</h3>
<div class='project'>
<div class='name'>Andrea Lin</div>
<iframe src='//www.giphy.com/embed/3oKIP8BCpFK66C30Nq'></iframe>
<div class='links'>
<a href='https://github.com/andreahlin/Project3-LSystems'>Github</a> |
<a href='https://andreahlin.github.io/Project3-LSystems/'>Demo</a>
</div>
</div>
<div class='project'>
<div class='name'>Tabatha Hickman</div>
<iframe src='//www.giphy.com/embed/3oKIPprivtc4p4jc1a'></iframe>
<div class='links'>
<a href='https://github.com/tabathah/Project3-LSystems'>Github</a> |
<a href='https://tabathah.github.io/Project3-LSystems/'>Demo</a>
</div>
</div>
<div class='project'>
<div class='name'>Emily Vo</div>
<iframe src='//www.giphy.com/embed/xUPGcfi99QrktXT8Jy'></iframe>
<div class='links'>
<a href='https://github.com/emily-vo/Project4-Shape-Grammar'>Github</a> |
<a href='https://emily-vo.github.io/Project4-Shape-Grammar/'>Demo</a>
</div>
</div>
<h3 id="shape-grammar">Shape Grammar</h3>
<div class='project'>
<div class='name'>Rishabh Shah</div>
<iframe src='//www.giphy.com/embed/l4FGnStVbLlZUMrmw'></iframe>
<div class='links'>
<a href='https://github.com/rms13/Project4-Shape-Grammar'>Github</a> |
<a href='https://rms13.github.io/Project4-Shape-Grammar/'>Demo</a>
</div>
</div>
<div class='project'>
<div class='name'>Zack Elliot</div>
<iframe src='//www.giphy.com/embed/l0Iy6ani7jjBU9J1S'></iframe>
<div class='links'>
<a href='https://github.com/zelliott/Project4-Shape-Grammar'>Github</a> |
<a href='https://zelliott.github.io/Project4-Shape-Grammar/'>Demo</a>
</div>
</div>
<div class='project'>
<div class='name'>Tabatha Hickman</div>
<iframe src='//www.giphy.com/embed/l4FGKWoK9mmEtMt7a'></iframe>
<div class='links'>
<a href='https://github.com/tabathah/Project4-Shape-Grammar'>Github</a> |
<a href='https://tabathah.github.io/Project4-Shape-Grammar/'>Demo</a>
</div>
</div>
<div class='project'>
<div class='name'>Mariano Merchante</div>
<iframe src='//www.giphy.com/embed/3og0IGkTOr4jq2KXbW'></iframe>
<div class='links'>
<a href='https://github.com/mmerchante/Project5-Shaders'>Github</a> |
<a href='https://mmerchante.github.io/Project5-Shaders/'>Demo</a>
</div>
</div>
<h3 id="shaders">Shaders</h3>
<div class='project'>
<div class='name'>Dan McCann</div>
<iframe src='//www.giphy.com/embed/3o7bu2Fndj8I0AqsO4'></iframe>
<div class='links'>
<a href='https://github.com/mccannd/Project5-Shaders'>Github</a> |
<a href='https://mccannd.github.io/Project5-Shaders/'>Demo</a>
</div>
</div>
<h3 id="crowd-simulation">Crowd Simulation</h3>
<div class='project'>
<div class='name'>Zack Elliot</div>
<iframe src='//www.giphy.com/embed/3og0IP6fp8im5aXD32'></iframe>
<div class='links'>
<a href='https://github.com/zelliott/Project7-BioCrowds'>Github</a> |
<a href='https://zelliott.github.io/Project7-BioCrowds/'>Demo</a>
</div>
</div>
<h2 id="course-description">Course Description</h2>
<p>Sprawling cities, dense vegetation, infinite worlds — procedural graphics empower technical artists to quickly create complex digital assets that would otherwise be unfeasible. This course is intended to introduce the algorithmic foundations
of procedural modeling, texturing and animation techniques, and to offer hands-on experience designing and implementing “visual recipes” in original graphics projects by applying these methods. Students should have a strong interest in both
the creative and technical aspects of computer graphics, as well as a solid programming background.</p>
<h2 id="prerequisites">Prerequisites</h2>
<p>CIS 460/560</p>
<h2 id="course-goals">Course Goals</h2>
<ol>
<li>Learn a toolkit of interesting procedural generation techniques
<ul>
<li>Understand the underlying theory</li>
<li>Develop intuitions about how to apply and parameterize</li>
</ul>
</li>
<li>Get familiar with new tools/technology for procedural artwork
<ul>
<li>javascript / three.js</li>
<li>Houdini</li>
</ul>
</li>
<li>Start or continue developing a portfolio of visually and technically inpressive work</li>
<li>Practice approaching unstructured, open-ended problems </li>
</ol>
<h2 id="grading-policy">Grading Policy</h2>
<p>In-class exercises (20%), weekly homework assignments (50%) and the final project (30%) will constitute all of the grading for this class. Grading will be on the basis of the following:</p>
<ul>
<li><strong>Use of techniques:</strong> Does you assignment apply the techniques discussed in class in an interesting way? Did your approach to the project demonstrate creative thought?</li>
<li><strong>Engineering effort/organization:</strong> Was your code well-structured, demonstrating a good understanding of software engineering principles?</li>
<li><strong>Visuals:</strong> Ultimately, this class is about producing algorithmic visual output, so the look of your procedural artwork is important. We will not grade on the basis of whether we like your style, but we will grade based on
how well you were able to achieve your intended effect, and how much effort you put into polishing the output.</li>
</ul>
</div>
</main>
</div>
</div>
<body>
<footer>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-91822551-1', 'auto');
ga('send', 'pageview');
</script>
</footer>
</html>