Tag: javascript

7 in 7 – Day 6 Weeds Javascript

For today’s project I wanted to remake my Processing sketch of “Weeds in NYC” into a Javascript canvas.  This proved to be much more difficult than I thought because I learned JS doesn’t have simple mouseX and mouseY detection commands because it  detects window X,Y events, which then must be converted to relate to the …

Continue reading