├── composer.phar ├── css ├── audio.css ├── reset.css ├── style.css └── video.css ├── img ├── pause.png ├── play.png └── stevie-nicks2.jpg ├── index.html ├── js ├── canvas.js ├── creative_coding.js ├── fx.js ├── mic.js ├── motion_detection.js ├── quicksettings.min.js ├── soundcloud.js ├── soundcloud2.js ├── soundcloud_old.js ├── vector.js └── video.js ├── part1.html ├── part10a.html ├── part10b.html ├── part10c.html ├── part10d.html ├── part10e.html ├── part11.html ├── part11a.html ├── part11b.html ├── part11c.html ├── part11d.html ├── part12a.html ├── part12b.html ├── part12d.html ├── part12e.html ├── part12f.html ├── part12g.html ├── part13a.html ├── part13a2.html ├── part13b.html ├── part13c.html ├── part13c2.html ├── part13c3.html ├── part13d.html ├── part13e.html ├── part13f.html ├── part13f2.html ├── part13f3.html ├── part14a.html ├── part15a.html ├── part16a_pixelation.html ├── part16b_pixelation.html ├── part16c_pixelation.html ├── part16d_pixelation.html ├── part17a_motion_detection.html ├── part17b_motion_detection.html ├── part17c_motion_detection.html ├── part17d_motion_detection_scaled.html ├── part17e_motion_detection.html ├── part17f_motion_detection.html ├── part17g_motion_detection.html ├── part17h_motion_detection.html ├── part17i_motion_detection.html ├── part17j_motion_detection.html ├── part17k_motion_detection_scaled.html ├── part2b.html ├── part2c.html ├── part2d.html ├── part2e.html ├── part2f.html ├── part2g.html ├── part2h.html ├── part2i.html ├── part2j.html ├── part2k.html ├── part2l.html ├── part2m.html ├── part3a.html ├── part3b.html ├── part3c.html ├── part3d.html ├── part3e.html ├── part3f.html ├── part3g.html ├── part4a.html ├── part4b.html ├── part4c.html ├── part5a.html ├── part5b.html ├── part5c.html ├── part5d.html ├── part5e.html ├── part6a.html ├── part6b.html ├── part6c.html ├── part6d.html ├── part7.html ├── part7a.html ├── part7aa.html ├── part7ab.html ├── part7ac.html ├── part7ad.html ├── part7b.html ├── part7cc.html ├── part8a.html ├── part8a2.html ├── part8a3.html ├── part8b.html ├── part8c.html ├── part8d.html ├── part9a.html ├── part9b.html ├── part9c.html ├── sin.html └── template.html /composer.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/composer.phar -------------------------------------------------------------------------------- /css/audio.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/css/audio.css -------------------------------------------------------------------------------- /css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/css/reset.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/css/style.css -------------------------------------------------------------------------------- /css/video.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/css/video.css -------------------------------------------------------------------------------- /img/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/img/pause.png -------------------------------------------------------------------------------- /img/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/img/play.png -------------------------------------------------------------------------------- /img/stevie-nicks2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/img/stevie-nicks2.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/index.html -------------------------------------------------------------------------------- /js/canvas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/js/canvas.js -------------------------------------------------------------------------------- /js/creative_coding.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/js/creative_coding.js -------------------------------------------------------------------------------- /js/fx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/js/fx.js -------------------------------------------------------------------------------- /js/mic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/js/mic.js -------------------------------------------------------------------------------- /js/motion_detection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/js/motion_detection.js -------------------------------------------------------------------------------- /js/quicksettings.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/js/quicksettings.min.js -------------------------------------------------------------------------------- /js/soundcloud.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/js/soundcloud.js -------------------------------------------------------------------------------- /js/soundcloud2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/js/soundcloud2.js -------------------------------------------------------------------------------- /js/soundcloud_old.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/js/soundcloud_old.js -------------------------------------------------------------------------------- /js/vector.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/js/vector.js -------------------------------------------------------------------------------- /js/video.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/js/video.js -------------------------------------------------------------------------------- /part1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part1.html -------------------------------------------------------------------------------- /part10a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part10a.html -------------------------------------------------------------------------------- /part10b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part10b.html -------------------------------------------------------------------------------- /part10c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part10c.html -------------------------------------------------------------------------------- /part10d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part10d.html -------------------------------------------------------------------------------- /part10e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part10e.html -------------------------------------------------------------------------------- /part11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part11.html -------------------------------------------------------------------------------- /part11a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part11a.html -------------------------------------------------------------------------------- /part11b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part11b.html -------------------------------------------------------------------------------- /part11c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part11c.html -------------------------------------------------------------------------------- /part11d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part11d.html -------------------------------------------------------------------------------- /part12a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part12a.html -------------------------------------------------------------------------------- /part12b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part12b.html -------------------------------------------------------------------------------- /part12d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part12d.html -------------------------------------------------------------------------------- /part12e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part12e.html -------------------------------------------------------------------------------- /part12f.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part12f.html -------------------------------------------------------------------------------- /part12g.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part12g.html -------------------------------------------------------------------------------- /part13a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part13a.html -------------------------------------------------------------------------------- /part13a2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part13a2.html -------------------------------------------------------------------------------- /part13b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part13b.html -------------------------------------------------------------------------------- /part13c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part13c.html -------------------------------------------------------------------------------- /part13c2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part13c2.html -------------------------------------------------------------------------------- /part13c3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part13c3.html -------------------------------------------------------------------------------- /part13d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part13d.html -------------------------------------------------------------------------------- /part13e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part13e.html -------------------------------------------------------------------------------- /part13f.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part13f.html -------------------------------------------------------------------------------- /part13f2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part13f2.html -------------------------------------------------------------------------------- /part13f3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part13f3.html -------------------------------------------------------------------------------- /part14a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part14a.html -------------------------------------------------------------------------------- /part15a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part15a.html -------------------------------------------------------------------------------- /part16a_pixelation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part16a_pixelation.html -------------------------------------------------------------------------------- /part16b_pixelation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part16b_pixelation.html -------------------------------------------------------------------------------- /part16c_pixelation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part16c_pixelation.html -------------------------------------------------------------------------------- /part16d_pixelation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part16d_pixelation.html -------------------------------------------------------------------------------- /part17a_motion_detection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part17a_motion_detection.html -------------------------------------------------------------------------------- /part17b_motion_detection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part17b_motion_detection.html -------------------------------------------------------------------------------- /part17c_motion_detection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part17c_motion_detection.html -------------------------------------------------------------------------------- /part17d_motion_detection_scaled.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part17d_motion_detection_scaled.html -------------------------------------------------------------------------------- /part17e_motion_detection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part17e_motion_detection.html -------------------------------------------------------------------------------- /part17f_motion_detection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part17f_motion_detection.html -------------------------------------------------------------------------------- /part17g_motion_detection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part17g_motion_detection.html -------------------------------------------------------------------------------- /part17h_motion_detection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part17h_motion_detection.html -------------------------------------------------------------------------------- /part17i_motion_detection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part17i_motion_detection.html -------------------------------------------------------------------------------- /part17j_motion_detection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part17j_motion_detection.html -------------------------------------------------------------------------------- /part17k_motion_detection_scaled.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part17k_motion_detection_scaled.html -------------------------------------------------------------------------------- /part2b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part2b.html -------------------------------------------------------------------------------- /part2c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part2c.html -------------------------------------------------------------------------------- /part2d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part2d.html -------------------------------------------------------------------------------- /part2e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part2e.html -------------------------------------------------------------------------------- /part2f.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part2f.html -------------------------------------------------------------------------------- /part2g.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part2g.html -------------------------------------------------------------------------------- /part2h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part2h.html -------------------------------------------------------------------------------- /part2i.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part2i.html -------------------------------------------------------------------------------- /part2j.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part2j.html -------------------------------------------------------------------------------- /part2k.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part2k.html -------------------------------------------------------------------------------- /part2l.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part2l.html -------------------------------------------------------------------------------- /part2m.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part2m.html -------------------------------------------------------------------------------- /part3a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part3a.html -------------------------------------------------------------------------------- /part3b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part3b.html -------------------------------------------------------------------------------- /part3c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part3c.html -------------------------------------------------------------------------------- /part3d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part3d.html -------------------------------------------------------------------------------- /part3e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part3e.html -------------------------------------------------------------------------------- /part3f.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part3f.html -------------------------------------------------------------------------------- /part3g.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part3g.html -------------------------------------------------------------------------------- /part4a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part4a.html -------------------------------------------------------------------------------- /part4b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part4b.html -------------------------------------------------------------------------------- /part4c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part4c.html -------------------------------------------------------------------------------- /part5a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part5a.html -------------------------------------------------------------------------------- /part5b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part5b.html -------------------------------------------------------------------------------- /part5c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part5c.html -------------------------------------------------------------------------------- /part5d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part5d.html -------------------------------------------------------------------------------- /part5e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part5e.html -------------------------------------------------------------------------------- /part6a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part6a.html -------------------------------------------------------------------------------- /part6b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part6b.html -------------------------------------------------------------------------------- /part6c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part6c.html -------------------------------------------------------------------------------- /part6d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part6d.html -------------------------------------------------------------------------------- /part7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part7.html -------------------------------------------------------------------------------- /part7a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part7a.html -------------------------------------------------------------------------------- /part7aa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part7aa.html -------------------------------------------------------------------------------- /part7ab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part7ab.html -------------------------------------------------------------------------------- /part7ac.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part7ac.html -------------------------------------------------------------------------------- /part7ad.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part7ad.html -------------------------------------------------------------------------------- /part7b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part7b.html -------------------------------------------------------------------------------- /part7cc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part7cc.html -------------------------------------------------------------------------------- /part8a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part8a.html -------------------------------------------------------------------------------- /part8a2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part8a2.html -------------------------------------------------------------------------------- /part8a3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part8a3.html -------------------------------------------------------------------------------- /part8b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part8b.html -------------------------------------------------------------------------------- /part8c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part8c.html -------------------------------------------------------------------------------- /part8d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part8d.html -------------------------------------------------------------------------------- /part9a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part9a.html -------------------------------------------------------------------------------- /part9b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part9b.html -------------------------------------------------------------------------------- /part9c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/part9c.html -------------------------------------------------------------------------------- /sin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/sin.html -------------------------------------------------------------------------------- /template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeorgeGally/creative_coding/HEAD/template.html --------------------------------------------------------------------------------