You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _curriculum/00-01_Intro.md
+31-33Lines changed: 31 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@ When we think of code, we often picture functionality—algorithms, instructions
25
25
26
26
Artists working with code aren’t just telling a computer what to do—they’re shaping a conversation between rules and randomness, intention and chance. What makes code a powerful medium is not just what it produces, but how it makes us think. It teaches precision while opening space for abstraction. It demands structure while allowing play. In this way, code is not only a tool—it’s a collaborator, a material, and a mirror to the way we imagine.
- How does Nóbrega use code to create a balance between randomness and structure?
62
62
- What creative decisions are made through writing code, and what are left to the machine?
63
63
- In what ways does code become an artistic collaborator in this work?
64
64
65
65
**Tip:**[p5.plotSvg](https://github.com/golanlevin/p5.plotSvg) is a tool that supports p5.js artists to download their sketches as SVG files, making it possible to connect p5.js with pen plotters.
*Glance Back* captures the fleeting nature of digital interactions by collecting and displaying selfies taken when one least expects it. This participatory artwork reflects on the performative aspects of online presence and the ways we curate our identities. By archiving these transient moments, it prompts contemplation on memory, self-representation, and the ephemerality of digital life.
@@ -112,18 +112,18 @@ Software screenshot of *Glance Back*, a custom chrome extension software.
- How does the use of code shape the interaction between viewer and artwork in this piece?
117
117
- What does this work tell us about how code can collect, curate, and reframe everyday behavior?
118
118
- How is the creative use of code shaping our understanding of authorship and agency in digital spaces?
119
119
120
120
**Tip:** If you use the chrome browser, you can try Glance Back by installing the [chrome extension](https://chromewebstore.google.com/detail/glance-back/hgickafobcmcfffbjiamhhejkockfccm?pli=1).
121
121
{: .notice--success}
122
122
123
-
# 3D Art
123
+
##3D Art
124
124
125
-
## Sculpture
126
-
### [She Who Sees the Unknown](https://shewhoseestheunknown.com/) (2017-2021)
125
+
###Sculpture
126
+
####[She Who Sees the Unknown](https://shewhoseestheunknown.com/) (2017-2021)
127
127
Morehshin Allahyari (Persian: موره شین اللهیاری)
128
128
129
129

@@ -138,13 +138,13 @@ Installation view at the She Who Sees the Unknown exhibition, Transfer Gallery,
138
138
>
139
139
> \- Morehshin Allahyari
140
140
141
-
#### Discussion Prompts
141
+
#####Discussion Prompts
142
142
- How does 3D modeling software allow the artist to recreate mythological figures?
143
143
- What role does 3D printing play in reconstructing lost or marginalized narratives?
144
144
- How is the 3D printing used not just to replicate, but to speculate and resist?
Installation view at the Re/Formations exhibition, Van Every/Smith Galleries, NC
160
160
161
-
#### Discussion Prompts
162
-
161
+
##### Discussion Prompts
163
162
- What role did code play in the embroidery design?
164
163
- How does using code to generate visual patterns change the meaning or context of a form conventionally designed by hand?
165
164
- What does this piece teach us about the aesthetic potential of procedueral design?
166
165
167
166
**Tip:**[PEmbroider](https://github.com/CreativeInquiry/PEmbroider) is an add-on tool that empowers Processing artists to export their sketches to a home embroidery machine!
168
167
{: .notice--success}
169
168
170
-
## Ceramic
171
-
172
-
### [*Lantern Vessel in Collage*](https://design-milk.com/f5-jolie-ngo-on-chicago-bricks-her-favorite-clogs-more/) (2024)
169
+
### Ceramic
170
+
#### [*Lantern Vessel in Collage*](https://design-milk.com/f5-jolie-ngo-on-chicago-bricks-her-favorite-clogs-more/) (2024)
173
171
Jolie Ngo
174
172
175
173
> Ngo blends 3D-printing technology with hand-painted imagery influenced by the digital aesthetics of her childhood, as seen in Minecraft and The Sims. A Vietnamese-American creative, she also references her heritage. Faceted forms echo the look of traditional silk lanterns, while layered textures recall the topographic views of rice paddies.
@@ -186,12 +184,12 @@ Close-up view of *Lantern Vessel in Collage*, 3D-printed ceramic inspired by Vie
Copy file name to clipboardExpand all lines: _curriculum/00-02_Lessons.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ published: true
7
7
gallery: # Below is for including an image gallery
8
8
---
9
9
# Lesson Plans & Technical Steps
10
-
11
10
## 1. Setting Up Your Environment
12
11
13
12
To begin writing code using [p5.js](https://p5js.org/), you need to set up the coding environment to write and save your programs. [Processing Foundation](https://processingfoundation.org/) provides the [p5.js Editor](https://editor.p5js.org/), a website where programmers can write, test, share, and remix p5.js programs without needing to download or install a code editor on a computer.
@@ -26,7 +25,7 @@ To begin writing code using [p5.js](https://p5js.org/), you need to set up the c
26
25
1. Open the latest version of Chrome or Firefox browser on your computer and visit the [p5.js Editor](https://editor.p5js.org/) website.
27
26
1. Click the “Sign up” link on the top right of the web page.
0 commit comments