Add dynamic shader generation

This commit is contained in:
schmelczerandras 2020-07-26 13:35:44 +02:00
parent edd7d4836e
commit 4369cf1770
22 changed files with 300 additions and 124 deletions

View file

@ -24,6 +24,10 @@ body {
$outline-width $outline-width 0 #000;
color: white;
white-space: pre;
@media (max-width: 800px) {
font-size: 0.75em;
}
}
canvas#main {