Skip to content

Instantly share code, notes, and snippets.

View nicosommi's full-sized avatar
👨‍💻

nico nicosommi

👨‍💻
View GitHub Profile
@nicosommi
nicosommi / sync2.html
Created July 11, 2016 17:02 — forked from bellbind/sync2.html
[javascript]Simulation of SYNC (Kuramoto model)
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<script>
window.addEventListener("load", function () {
"use strict";
var canvas = document.createElement("canvas");
document.body.appendChild(canvas);