Skip to content

Instantly share code, notes, and snippets.

View neokril's full-sized avatar

Dmitry neokril

View GitHub Profile
@neokril
neokril / index.html
Created November 23, 2015 21:27 — forked from anonymous/index.html
JS Bin Experiment with canvas - flying dots // source http://jsbin.com/vuyowe
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Experiment with canvas - flying dots">
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body onload="main()">
<canvas id="cv" style="background:#1e0239" />