-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoct10.html
More file actions
90 lines (80 loc) · 4.87 KB
/
Copy pathoct10.html
File metadata and controls
90 lines (80 loc) · 4.87 KB
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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Jekyll v3.8.5">
<title>CSVAD MAT 594X | CMPSC 291I </title>
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="css/cover.css" rel="stylesheet">
</head>
<body>
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-40">
<div class="inner">
<h3 class="masthead-brand">CSVAD</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="index.html">Syllabus</a>
<!--<a class="nav-link" href="#">Readings</a>-->
<a class="nav-link" href="code_of_conduct.html">Code of Conduct</a>
<a class="nav-link" href="https://github.com/CSVAD">Class Github</a>
<!--<a class="nav-link" href="#">Resources</a>-->
</nav>
</div>
</header>
<main role="main" class="inner cover">
<h4>October 10th</h4>
<ul>
<li><h5>Reading Discussion</h5>
<p>In Groups of 2-3, discuss your reactions to the two papers, Design as Exploration and Design Galleries. Focus on the following prompts in your discussion.</p>
<p>How do these two papers frame the role of the designer when using parametric systems? What are the trade-offs of these different framings?</p>
<p>How do the methods presented by the Design Galleries and Juxtapose systems align with your approach to design? Are they compatible? Not compatible?</p></li>
<p>Both papers focus on the process of tuning in parametric design, however Juxtapose positions tuning as a feature, where as Design Galleries positions tuning as a tedious process to be eliminated. Which of these perspectives resonates with you?</p>
<p>Design Galleries was written over 20 years ago, and part of the contribution of the work relates to creating variations in graphics with computers that were much less powerful than they are today. Are the contributions of Design Galleries less relevant now that computers are faster?</p>
<p></p></li>
<p>Follow with a joint group review.</p>
<li><h5>Parameterization Part 2</h5></li>
<p><a href="https://processing.org/tutorials/p3d/">Basic 3D geometry in Processing</a></br>
<a href="https://github.com/CSVAD/codeexamples/tree/master/week3/paraForm1">Code example</a></p>
<p><a href="http://www.sojamo.de/libraries/controlP5/">Simple tuning interfaces using ControlP5</a></br>
<a href="https://github.com/CSVAD/codeexamples/tree/master/week3/paraForm2">Code example</a></p>
<p>Creating and ordering variations of a parameterized design</br>
<a href="https://github.com/CSVAD/codeexamples/tree/master/week3/paraForm3">Code example</a></p>
</ul>
<h5>Code Assignment: Create a Parametric 3D Form.</h5>
<p>Using the 3D mode in Processing, create a parameterized 3D form</p>
<p>The form can be a variation of the vase shape demonstrated in class, or a new 3D design that you create using the Processing 3D primitives and shapes. You can create a form that is abstract (i.e. an amorphous shape) or representational (i.e. a chair). Your program must include the following:</p>
<p>An explicit set of constraints- i.e. the constants in your design</p>
<p>At least one degree of freedom- i.e. the variables in your design</p>
<p>A simple interface that exposes these variables for exploration or tuning. This can include a set of sliders for continious values, a gallery that generates a range, or something that combines these approaches.</p>
<p>Chose three "succesful" outcomes from your parametric system and save screenshots of them.</p>
<p>After creating your design, write a 1 paragraph description of how you chose the constraints and degrees of freedom in your design.</p>
<p>Upload your Processing code, screenshots to your github repository in the projects/week3 directory. Also upload a text or markdown document with your 1 paragraph description. Please upload this material by 6:00 PM Monday evening. We will try out your parametric sytems in class on Tuesday October 15th.</p>
</main>
<footer class="mastfoot mt-auto">
<div class="inner">
<p>Cover template for <a href="https://getbootstrap.com/">Bootstrap</a>, by <a href="https://twitter.com/mdo">@mdo</a>.</p>
</div>
</footer>
</div>
</body>
</html>