/HTML5-Laser-Beams

A simple example project for drawing some circles and lines on a canvas with some basic animation.

Primary LanguageJavaScriptMIT LicenseMIT

HTML5 Canvas Drawing Example

This is a just a simple example project with some moving shapes and some lines that are dynmaically drawn. I called the lines laser beams, but they're more like tractor beams (that don't actually pull).

Demo

View the demo on the Github page

Credit

Some of the code, mainly the requestAnimFrame animation code, was taken from example on the HTML5 Canvas Tutorials website.