-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (67 loc) · 2.97 KB
/
index.html
File metadata and controls
75 lines (67 loc) · 2.97 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
---
id: home
title: Home | Creative Code Collective
---
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include header.html %}
<main class="article">
<div>
<p>Creative Code Collective is a supportive community for critical and artistic coding. We build programming skills in an engaging, non-intimidating environment—emphasizing co-learning and co-teaching, experimentation, and being-in-process. We believe in growth not perfection, scrappy artistic strategies not perfect code, collaboration not competition. All levels and languages welcome!</p>
</div>
<div>
<h2>ABOUT THE COLLECTIVE</h2>
<caption>"nerdy hype group" for artists exploring code</caption>
<br>
<h3>WHY<span class="ligature">??</span></h3>
<p>we need supportive spaces that value our diverse capacities to learn & experiment—fearlessly, creatively, critically—with code</p>
<h3>WHAT<span class="ligature">++</span></h3>
<ul>
<li>workshops & project troubleshooting</li>
<li>co-learning & co-working space</li>
<li>online resource hub</li>
</ul>
<h3>INSPIRED BY<span class="ligature">>></span></h3>
<ul>
<li><a href="https://www.radarproductions.org/tour.html">sister spit / resplendent toungsplitters tour</a></li>
<li><a href="https://www.digibarn.com/history/05-VCF8-HomeBrew30/index.html">homebrew computer club</a></li>
<li><a href="https://processing.org/">processing foundation</a> and <a href="https://p5js.org/community/">p5.js</a></li>
</ul>
<h3>SHARED VALUES</h3>
<ol>
<li>scrappy artistic strategies, not perfect code</li>
<li>growth, not perfection</li>
<li>open-source attitude: community, not competition</li>
<li>we all have skills to teach each other</li>
<li>all practice is theory–practice</li>
<li>process-based co-learning</li>
<!-- <li>learn–make–imagine simultaneously & recursively</li>
<!-- <li>creativity as collaborative wayfinding (ouija)</li> -->
</ol> -->
<h2>WHAT WE DO</h2>
<h3>SOME GUEST WORKSHOPS IN THE PAST</h3>
<ul>
<li><a href="https://www.feminist.ai/">Feminist.AI</a></li>
<li>Machine Learning Tactics for Artists</li>
<li>Getting Started with ML5.js</li>
<li>Shaders for Scaredy Cats</li>
<li>Movement-Based Interaction Design</li>
<li>Coding for Live Performance</li>
</ul>
<h3>SOME CURRENT IDEAS</h3>
<ul>
<li>WebVR with Mozilla Hubs</li>
<li>Hydra/p5.js exquisite corpse algo-rave</li>
<li>Remixing videos using command line tools</li>
<li>Discussing design and typographical aesthetics of code</li>
<li>Discussing the codification of color</li>
<li>Discussing internet histories</li>
<li><a href="resource-hub/">Code resource hub -- in progress</a></li>
</ul>
</div>
</main>
{% include footer.html %}
</body>
</html>