Skip to content

Instantly share code, notes, and snippets.

View mentatxx's full-sized avatar

Alexey Petushkov mentatxx

View GitHub Profile
@mentatxx
mentatxx / Waves.html
Last active February 24, 2022 07:41
Waves
<html>
<head>
<title>Waves</title>
<script>
var buffer;
var sizeX = 100;
var sizeY = 75;
var stretch = 8;
// tune render performance here
var movesAtTick = 50;
<html>
<head>
<title>Waves</title>
<script>
var buffer;
var sizeX = 100;
var sizeY = 75;
var stretch = 8;
// tune render performance here
var movesAtTick = 50;