aboutsummaryrefslogtreecommitdiffstats
path: root/root/workshops/creative-coding
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2021-10-04 14:13:31 +0000
committers-ol <s+removethis@s-ol.nu>2021-10-04 14:48:31 +0000
commite7b84a65084e17d5da64fe1fa716d7a186ed701c (patch)
tree61b2c6b140c644c0544b3255aae0069550d963aa /root/workshops/creative-coding
parentadd mmmfs pdf (diff)
downloadmmm-e7b84a65084e17d5da64fe1fa716d7a186ed701c.tar.gz
mmm-e7b84a65084e17d5da64fe1fa716d7a186ed701c.zip
Split root out of mmm repo
Diffstat (limited to 'root/workshops/creative-coding')
-rw-r--r--root/workshops/creative-coding/description: text$plain1
-rw-r--r--root/workshops/creative-coding/text$markdown.md34
2 files changed, 0 insertions, 35 deletions
diff --git a/root/workshops/creative-coding/description: text$plain b/root/workshops/creative-coding/description: text$plain
deleted file mode 100644
index 5b53cf4..0000000
--- a/root/workshops/creative-coding/description: text$plain
+++ /dev/null
@@ -1 +0,0 @@
-creative coding for web developers
diff --git a/root/workshops/creative-coding/text$markdown.md b/root/workshops/creative-coding/text$markdown.md
deleted file mode 100644
index 8d6bf76..0000000
--- a/root/workshops/creative-coding/text$markdown.md
+++ /dev/null
@@ -1,34 +0,0 @@
-# creative coding for web developers
-This is a workshop i am currently preparing.
-If you are interested in having this workshop be held at your institution,
-please contact me!
-
-## topics
-In this workshop I will introduce the topic of *creative coding*, present some
-inspiration and examples, as well as teach the basics of the JavaScript canvas
-API for creating artistic animations and other creative projects such as
-the following:
-
-<mmm-embed nolink path="../../projects/demoloops/toroid"></mmm-embed>
-<mmm-embed nolink path="../../projects/demoloops/twisted"></mmm-embed>
-
-* <mmm-link path="../../experiments/center_of_mass">experiment: aligning fonts by their center of mass</mmm-link>
-* <mmm-link path="../../experiments/parallax_panels">experiment: parallax SVG viewer</mmm-link>
-
-The workshop is designed to accompany an 'industry-focused' course in web development,
-and aims to deliver some wider perspective over the possibilities and creative use of
-technology to participants. The following topics are covered:
-
-- what is creative coding?
-- creative coding frameworks
-- the canvas API
- - drawing basic shapes
- - colors
- - input events
-- animation
- - `requestAnimationFrame`
- - easing functions
-- online creative coding communities
-
-The exact topics and structure can be adjusted based on the course runtime and
-level of the participants' experience.