Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 583 Bytes

README.md

File metadata and controls

executable file
·
14 lines (9 loc) · 583 Bytes

code365

365 days of creative coding. Propably all in Javascript. Probably mostly sound and motion reactive stuff. 

For my creative coding, I use a helper file called <a href="js/creative_coding.js">js/creative_coding.js</a>, 
which is a modified version of @seblee's creative_coding.js file - basically with some added functionality 
and a couple of syntax changes.

I also have another helper file <a href="js/canvas.js">js/canvas.js</a>, 
which is just a fast and easy way to create a canvas.

#To create canvas simply say: 
var ctx = createCanvas(some_random_name);