<!-- saved from url=(0067)http://blog.sklambert.com/html5-canvas-game-2d-collision-detection/ --> <html lang="en-US"><head><meta http-equiv="Content-Type" content ...
Sometimes you want to render a visual on the fly, or even animate it. Perhaps the visual is a complex path where the set of x,y coordinates dictate what to render. Or perhaps the visual is a graph ...
I'm using this repo as a playground for html5 canvas testing. It is my first time messing around with all of the aspects of Canvas so it might not be the prettiest of things.