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 …
Comments