Introduction to creative coding in pure Javascript
This has been disabled.
It should not be visible to users without admin rights.
There's been many requests to do another workshop for the people who couldn't attend the first. So here goes....
============================================================
Learn to create generative and sound reactive art in pure Javascript.
We'll look at using canvas to create audio visual art. I'll show you my process, and then we'll get down to building our own particle system.
Some knowledge in JS and HTML would be a serious advantage.
=====================================
Creative Coding Workshop Requirements:
Laptop
Chrome Browser You’ll need to have the latest version of Chrome installed https://www.google.com/chrome/browser/desktop/index.html
Development Text Editor You need to install a text editor. I recommend Atom: https://atom.io/ A good alternative to Atom is Sublime: https://www.sublimetext.com/ (but really, Atom is great)
Live Server: This is going to make your life so much easier and coding so much faster and fun. For Atom, simply go Preferences->Packages and search and install Live Server https://atom.io/packages/atom-live-server For maximum happiness make sure your default browser is Chrome.
A basic understanding of the web and HTML: Again, not really needed, but will go a long way in helping you get more out of the course and make better art.
Here’s two helpful guides: http://htmldog.com/guides/html/beginner/ https://websitesetup.org/html-beginners-guide/
Also a basic primer in colours: http://htmlcolorcodes.com/ http://www.computerhope.com/htmcolor.htm
This is a very very helpful Javascript creative coding primer: http://www.crunchzilla.com/code-monster
Comments
You must be signed in to comment.