Compare commits
3 commits
5edced6568
...
9954959d5f
Author | SHA1 | Date | |
---|---|---|---|
9954959d5f | |||
0aba03484e | |||
e44a0b362c |
9 changed files with 74 additions and 55 deletions
1
Makefile
1
Makefile
|
@ -10,6 +10,7 @@ dist:
|
||||||
website: dist
|
website: dist
|
||||||
cp -f website/style.css dist/website/style.css
|
cp -f website/style.css dist/website/style.css
|
||||||
cp -f dist/slides.pdf dist/website/slides.pdf
|
cp -f dist/slides.pdf dist/website/slides.pdf
|
||||||
|
cp -f imgs/favicon.png dist/website/favicon.png
|
||||||
pandoc website/site.md -o dist/website/index.html -c style.css -s
|
pandoc website/site.md -o dist/website/index.html -c style.css -s
|
||||||
|
|
||||||
qrcode:
|
qrcode:
|
||||||
|
|
BIN
dist/slides.pdf
vendored
BIN
dist/slides.pdf
vendored
Binary file not shown.
BIN
dist/website/favicon.png
vendored
Normal file
BIN
dist/website/favicon.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
65
dist/website/index.html
vendored
65
dist/website/index.html
vendored
|
@ -29,42 +29,61 @@ den Workshop eure Ergebnisse hier “ausstellen”!</em></p>
|
||||||
<h2 id="links">Links</h2>
|
<h2 id="links">Links</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://openprocessing.org/sketch/1685741">Interaktives
|
<li><a href="https://openprocessing.org/sketch/1685741">Interaktives
|
||||||
Tutorial</a></li>
|
Tutorial</a> für Kleingruppen</li>
|
||||||
<li><a href="https://editor.p5js.org">p5-Editor</a></li>
|
<li><a href="https://openprocessing.org/sketch/create">p5-Editor auf
|
||||||
|
OpenProcessing</a> <em>oder</em> auf <a
|
||||||
|
href="https://editor.p5js.org">der Seite der
|
||||||
|
Processing-Foundation.</a></li>
|
||||||
<li><a href="https://bmoren.github.io/p5js-cheat-sheet/">p5-Cheatsheet
|
<li><a href="https://bmoren.github.io/p5js-cheat-sheet/">p5-Cheatsheet
|
||||||
mit vielen wichtigen Kommandos auf einen Blick</a></li>
|
mit vielen wichtigen Kommandos auf einen Blick</a></li>
|
||||||
<li>Code-Beispiele
|
<li>Code-Beispiele für das Plenum
|
||||||
<ul>
|
<ul>
|
||||||
<li>Beispiel 1 (Shapes)</li>
|
<li><a href="https://openprocessing.org/sketch/1686945">Farbkacheln -
|
||||||
<li>Beispiel 2 (Color)</li>
|
Unanimiert</a></li>
|
||||||
<li>Beispiel 3 (Interaktion)</li>
|
<li><a href="https://openprocessing.org/sketch/1687440">Noise
|
||||||
|
Ellipse</a></li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
|
<li><a href="https://openprocessing.org/curation/81145">Sammlung
|
||||||
|
weiterer Beispiele für die Kleingruppenphase</a></li>
|
||||||
<li><a href="https://ag-link.xyz">Mehr Informationen über die AG
|
<li><a href="https://ag-link.xyz">Mehr Informationen über die AG
|
||||||
Link</a></li>
|
Link</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="editor">Editor</h2>
|
|
||||||
<iframe id="p5.js web editor embed" title="p5.js web editor embed" width="100%" height="700" src="https://editor.p5js.org/">
|
|
||||||
</iframe>
|
|
||||||
<h2 id="downloads">Downloads</h2>
|
<h2 id="downloads">Downloads</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="slides.pdf">Vortragsslides</a></li>
|
<li><a href="slides.pdf">Vortragsslides</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="weiterführende-links">Weiterführende Links</h2>
|
<h2 id="weiterführendes">Weiterführendes</h2>
|
||||||
|
<p>Danke für eure Teilnahme am <strong>Coding Art</strong>-Workshop in
|
||||||
|
der KEW 2022! Wenn euch die AG interessiert, schaut gerne bei einem
|
||||||
|
unserer Plena vorbei. Schreibt uns dafür gerne eine Mail an <a
|
||||||
|
href="mailto:ag-link@riseup.net">ag-link@riseup.net</a>.</p>
|
||||||
|
<p>Am Donnerstag, dem 13.10.2022, findet um 19:00 Uhr im Hörsaal 17 des
|
||||||
|
Hörsaalgebäudes noch die letzte Veranstaltung der AG Link in der KEW
|
||||||
|
statt. Beim Vortrag “Toxischer Optimismus” erklärt uns <a
|
||||||
|
href="http://www.2pir.de">Timo Daum</a>, wie Tech-Konzerne
|
||||||
|
gesellschaftliche Probleme mit Technologie lösen möchten und wie das
|
||||||
|
(nicht) möglich ist.<br />
|
||||||
|
<a
|
||||||
|
href="https://ag-link.xyz/event/2022/10/13/Toxischer-Optimismus.html">Mehr
|
||||||
|
Informationen findet ihr hier.</a></p>
|
||||||
|
<p>Zuletzt findet ihr hier noch eine Liste mit weiterführenden
|
||||||
|
Links:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://p5js.org/reference/">p5
|
<li><p><a href="https://p5js.org/reference/">p5 Bibliotheksreferenz</a>
|
||||||
Bibliotheksreferenz</a><br />
|
|
||||||
Eine Übersicht und Erklärungen zu wirklich allen Kommandos die p5js
|
Eine Übersicht und Erklärungen zu wirklich allen Kommandos die p5js
|
||||||
bereitstellt.</li>
|
bereitstellt.</p></li>
|
||||||
<li><a href="TODO">Interaktive Paramterübersicht</a></li>
|
<li><p><a href="https://thecodingtrain.com">Daniel Shiffman - The Coding
|
||||||
<li><a href="https://thecodingtrain.com">Daniel Shiffman - The Coding
|
Train</a> Viele Tutorials und Beispielvideos zu p5js die auf eine sehr
|
||||||
Train</a><br />
|
sympathische Art und Weise vorgestellt werden.</p></li>
|
||||||
Viele Tutorials und Beispielvideos zu p5js die auf eine sehr
|
<li><p><a href="openprocessing.org">OpenProcessing</a> Erkundet Tausende
|
||||||
sympathische Art und Weise vorgestellt werden.</li>
|
Beispiele von p5js-Sketches</p></li>
|
||||||
<li><a href="openprocessing.org">OpenProcessing</a><br />
|
<li><p><a
|
||||||
Erkundet Tausende Beispiele von p5js-Sketches</li>
|
href="https://git.ag-link.xyz/lukaszett/Coding_Art_KEW_22">Repository
|
||||||
</ul>
|
der Workshopslides und Website</a></p>
|
||||||
<footer>
|
<footer>
|
||||||
<a href="https://ag-link.xyz/impressum/">Impressum / Datenschutz</a>
|
<p><a href="https://ag-link.xyz/impressum/">Impressum /
|
||||||
</footer>
|
Datenschutz</a></p>
|
||||||
|
</footer></li>
|
||||||
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
BIN
dist/website/slides.pdf
vendored
BIN
dist/website/slides.pdf
vendored
Binary file not shown.
2
dist/website/style.css
vendored
2
dist/website/style.css
vendored
|
@ -10,7 +10,7 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
max-width: 1024px;
|
max-width: 800px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
background-color: #fdf6e3 !important;
|
background-color: #fdf6e3 !important;
|
||||||
}
|
}
|
||||||
|
|
BIN
imgs/favicon.png
Normal file
BIN
imgs/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Coding Art - Workshop für die KEW 2022
|
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" />
|
include-in-header: <link rel="icon" type="image/x-icon" href="favicon.png" />
|
||||||
---
|
---
|
||||||
|
|
||||||
## Ergebnisse des Workshops
|
## Ergebnisse des Workshops
|
||||||
|
@ -9,37 +9,36 @@ include-in-header: <link rel="icon" type="image/x-icon" href="https://ag-link.xy
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
- [Interaktives Tutorial](https://openprocessing.org/sketch/1685741)
|
- [Interaktives Tutorial](https://openprocessing.org/sketch/1685741) für Kleingruppen
|
||||||
- [p5-Editor](https://editor.p5js.org)
|
- [p5-Editor auf OpenProcessing](https://openprocessing.org/sketch/create) *oder* auf [der Seite der Processing-Foundation.](https://editor.p5js.org)
|
||||||
- [p5-Cheatsheet mit vielen wichtigen Kommandos auf einen Blick](https://bmoren.github.io/p5js-cheat-sheet/)
|
- [p5-Cheatsheet mit vielen wichtigen Kommandos auf einen Blick](https://bmoren.github.io/p5js-cheat-sheet/)
|
||||||
- Code-Beispiele
|
- Code-Beispiele für das Plenum
|
||||||
- Beispiel 1 (Shapes)
|
- [Farbkacheln - Unanimiert](https://openprocessing.org/sketch/1686945)
|
||||||
- Beispiel 2 (Color)
|
- [Noise Ellipse](https://openprocessing.org/sketch/1687440)
|
||||||
- Beispiel 3 (Interaktion)
|
- [Sammlung weiterer Beispiele für die Kleingruppenphase](https://openprocessing.org/curation/81145)
|
||||||
- [Mehr Informationen über die AG Link](https://ag-link.xyz)
|
- [Mehr Informationen über die AG Link](https://ag-link.xyz)
|
||||||
|
|
||||||
|
|
||||||
## Editor
|
|
||||||
|
|
||||||
<iframe id="p5.js web editor embed"
|
|
||||||
title="p5.js web editor embed"
|
|
||||||
width="100%"
|
|
||||||
height="700"
|
|
||||||
src="https://editor.p5js.org/">
|
|
||||||
</iframe>
|
|
||||||
|
|
||||||
## Downloads
|
## Downloads
|
||||||
- [Vortragsslides](slides.pdf)
|
- [Vortragsslides](slides.pdf)
|
||||||
|
|
||||||
## Weiterführende Links
|
## Weiterführendes
|
||||||
|
|
||||||
- [p5 Bibliotheksreferenz](https://p5js.org/reference/)
|
Danke für eure Teilnahme am **Coding Art**-Workshop in der KEW 2022! Wenn euch
|
||||||
Eine Übersicht und Erklärungen zu wirklich allen Kommandos die p5js bereitstellt.
|
die AG interessiert, schaut gerne bei einem unserer Plena vorbei. Schreibt uns
|
||||||
- [Interaktive Paramterübersicht](TODO)
|
dafür gerne eine Mail an [ag-link@riseup.net](mailto:ag-link@riseup.net).
|
||||||
- [Daniel Shiffman - The Coding Train](https://thecodingtrain.com)
|
|
||||||
Viele Tutorials und Beispielvideos zu p5js die auf eine sehr sympathische Art und Weise vorgestellt werden.
|
Am Donnerstag, dem 13.10.2022, findet um 19:00 Uhr im Hörsaal 17 des Hörsaalgebäudes
|
||||||
- [OpenProcessing](openprocessing.org)
|
noch die letzte Veranstaltung der AG Link in der KEW statt. Beim Vortrag
|
||||||
Erkundet Tausende Beispiele von p5js-Sketches
|
"Toxischer Optimismus" erklärt uns [Timo Daum](http://www.2pir.de), wie Tech-Konzerne
|
||||||
|
gesellschaftliche Probleme mit Technologie lösen möchten und wie das (nicht) möglich ist.
|
||||||
|
[Mehr Informationen findet ihr hier.](https://ag-link.xyz/event/2022/10/13/Toxischer-Optimismus.html)
|
||||||
|
|
||||||
|
Zuletzt findet ihr hier noch eine Liste mit weiterführenden Links:
|
||||||
|
|
||||||
|
* [p5 Bibliotheksreferenz](https://p5js.org/reference/) Eine Übersicht und Erklärungen zu wirklich allen Kommandos die p5js bereitstellt.
|
||||||
|
* [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
|
||||||
|
* [Repository der Workshopslides und Website](https://git.ag-link.xyz/lukaszett/Coding_Art_KEW_22)
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
[Impressum / Datenschutz](https://ag-link.xyz/impressum/)
|
[Impressum / Datenschutz](https://ag-link.xyz/impressum/)
|
||||||
|
|
|
@ -10,7 +10,7 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
max-width: 1024px;
|
max-width: 800px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
background-color: #fdf6e3 !important;
|
background-color: #fdf6e3 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue