-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphysical-art.html
More file actions
68 lines (68 loc) · 4.44 KB
/
physical-art.html
File metadata and controls
68 lines (68 loc) · 4.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sam Simmons</title>
<link rel="stylesheet" href="style.css">
</head>
<body class = "pattern">
<header>
<h1><a href="/">Sam</a></h1>
</header>
<div class = content>
<h2>Physical Art</h2>
<p>
Long before it was an academic subject or a personal passion, programming, for me, was simply a means by which I could express myself along the ever-expanding digital frontier. I've always jumped around from one medium to another, but invariably I come back to technology as the root. When I carve, I carve in pixels, when I write, I write about machines, when I crochet, I crochet computers, when I draw, I draw with algorithms, and when I code, I code for me.
</p>
<p>
I may be really pushing the definition of "physical" here as I'm including digital art. I really just mean "not algorithmic," but that doesn't have the same ring.
</p>
<a class = card href = "https://youtu.be/OAdXgYfNZKE" target = "_blank">
<h3>A Computational Revolution</h3>
<img src="images/Screenshot 2025-12-17 at 1.21.07 PM.png" alt="A crochet computer with an image of a hand projected onto the screen surrounded by green figures">
<p>
A crochet replica of the original Mac 128k including a plug-in keyboard and 0.5 kilo-bit SSD (Super Soft Drive; binary embroidered into a crochet rectangle). Screen projection mapping with touchdesigner.
</p>
</a>
<a class = card href = "" target = "_blank">
<h3>Decomposition</h3>
<img src="images/IMG_4115 copy.jpeg" alt="Three pools of colored dots on a white background">
<p>
A digital, detailed sketch of a fly with the text "Decomposition - in and of itself" below it. Printed on semi-gloss photo paper as part of a digital printing course. (I lost the original image, I plan to photograph the print after the holidays)
</p>
</a>
<a class = card href = "" target = "_blank">
<h3>Ozymandias</h3>
<img src="images/IMG_4115.jpeg" alt="A collection of interconnected white lines on a black background">
<p>
A stylized transcription of one of my favorite poems and its title. The image is digitally textured with the lines and fiber-marks of canvas along with the appearance of damage and wear over time. Printed on heavy-weight matte paper as part of a digital printing course. (I lost the original image, I plan to photograph the print after the holidays)
</p>
</a>
<a class = card href = "" target = "_blank">
<h3>Pixel Proof of Concept</h3>
<img src="images/IMG_6460.png" alt="Lorem, ipsum">
<p>
A pixelated eye drawn in pen and ink on graph paper. This proof of concept asks how well digital imagery techniques translate to physical mediums and what the new medium adds. The full piece is planned to explore the techniques used in RGB color displays.
</p>
</a>
<!-- <a class = card href = "" target = "_blank">
<h3>Album Covers</h3>
<img src="images/Gallery/DSC00020.JPG" alt="Lorem, ipsum">
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Alias, facere? Consectetur ad omnis, doloremque beatae sapiente quibusdam cupiditate facilis minus, aspernatur fugit suscipit ipsa id! Quas, nostrum! Vel, consectetur adipisci.
</p>
</a> -->
<a class = card href = "/gallery.html" target = "_blank">
<h3>Photos I Like</h3>
<img src="images/Gallery/resized_30_sqsh.jpg" alt="Lorem, ipsum">
<p>
Everybody's a photographer with smartphones and I love (being a) sheep.
</p>
</a>
</div>
</body>
</html>