Compare commits

..

No commits in common. "a3a4e35599c9cd0232013f735f29c38fe79d7d9e" and "3f53ff195d18ececeae07807b12b1e808164d27e" have entirely different histories.

4 changed files with 13 additions and 44 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

View file

@ -4,9 +4,8 @@ subtitle: Workshop für die kritischen Einführungswochen 2022
author: AG Link für kritische Informatik, Marie und Lukas
date: "11. Oktober 2022"
classoption: "aspectratio=169"
graphics: yes
header-includes:
- \usepackage[labelformat=empty, textformat=empty]{caption}
- \usepackage[labelformat=empty]{caption}
---
# Hallo Welt!
@ -14,21 +13,17 @@ header-includes:
## Wer sind wir?
- Marie und Lukas
- AG Link für kritische Informatik
- seit 2018
- AG Link für kritische Informatik
- **[ag-link.xyz](https://ag-link.xyz)**
- **ag-link@riseup.net**
- **offenes Plenum**: XX.XX.2022, 19:00 Uhr, Raum XXX
![AG Link](imgs/logo.png){ width=100px }
## Ablauf
1. -> Einstieg <-
2. Interaktives Tutorial in Kleingruppe
3. Beispiele generativer Kunst
4. Eigene Kunst in Kleingruppen
5. Abschluss
2. Einführung p5js
3. Interaktives Tutorial in Kleingruppe
4. Beispiele generativer Kunst
5. Eigene Kunst in Kleingruppen
6. Abschluss
## Was haben wir heute vor?
@ -36,14 +31,10 @@ header-includes:
- keine AI / Neuronale Netze / ...
- Erste Erfahrungen mit **p5.js** machen
- Nicht: Programmierprofis werden
- Gerade wenn ihr noch nie programmiert habt: Nicht jede Zeile der Beispiele wird verständlich für euch sein.
- Falls ihr schon etwas Erfahrung habt: Nicht wundern, wenn streckenweise von Konventionen abgewichen wird.
## Und wer seid ihr?
![Menti (Code: 4532 6343)](imgs/menti.png){ height=200px }
- Menti.com (Code: 4532 6343)
![Menti](imgs/menti.png)
## Wie wir heute vorgehen

View file

@ -1,17 +1,11 @@
---
title: Coding Art - Workshop für die KEW 2022
include-in-header: <link rel="icon" type="image/x-icon" href="https://ag-link.xyz/assets/img/connection.png" />
---
## Ergebnisse des Workshops
*Hier ist noch nichts... wenn ihr mögt, können wir im Anschluss an den Workshop eure Ergebnisse hier "ausstellen"!*
## Links
- [Interaktives Tutorial](https://openprocessing.org/sketch/1642700)
- [p5-Editor](https://editor.p5js.org)
- [p5-Cheatsheet mit vielen wichtigen Kommandos auf einen Blick](https://bmoren.github.io/p5js-cheat-sheet/)
- Code-Beispiele
- Beispiel 1 (Shapes)
- Beispiel 2 (Color)
@ -24,7 +18,7 @@ include-in-header: <link rel="icon" type="image/x-icon" href="https://ag-link.xy
<iframe id="p5.js web editor embed"
title="p5.js web editor embed"
width="100%"
height="700"
height="800"
src="https://editor.p5js.org/">
</iframe>
@ -33,13 +27,10 @@ include-in-header: <link rel="icon" type="image/x-icon" href="https://ag-link.xy
## Weiterführende Links
- [p5 Bibliotheksreferenz](https://p5js.org/reference/)
Eine Übersicht und Erklärungen zu wirklich allen Kommandos die p5js bereitstellt.
- [p5 Bibliotheksreferenz](https://p5js.org/reference/)
- [Interaktive Paramterübersicht](TODO)
- [Daniel Shiffman - The Coding Train](https://thecodingtrain.com)
Viele Tutorials und Beispielvideos zu p5js die auf eine sehr sympathische Art und Weise vorgestellt werden.
- [OpenProcessing](openprocessing.org)
Erkundet Tausende Beispiele von p5js-Sketches
- [Daniel Shiffman - The Coding Train](https://thecodingtrain.com)
- [OpenProcessing](openprocessing.org)
<footer>
[Impressum / Datenschutz](https://ag-link.xyz/impressum/)

View file

@ -17,8 +17,7 @@ body {
footer {
text-align: center;
margin-top: 4em;
padding-bottom: 1em;
margin-top: 3em;
}
@ -28,10 +27,6 @@ a {
color: var(--link-color);
}
h2 {
margin-top: 1.5em;
}
h2:after {
content: "";
background-image: url("https://ag-link.xyz/assets/img/connection.png");
@ -41,11 +36,3 @@ h2:after {
display: inline-block;
margin-left: .3em;
}
li {
padding: 0.5em 0 0 0;
}
li li {
padding: 0;
}