Skip to content

Instantly share code, notes, and snippets.

View sekrystal's full-sized avatar

Sam Krystal sekrystal

View GitHub Profile
@mayakraft
mayakraft / counter.pd
Created April 3, 2020 00:55
pd count
#N canvas 100 128 450 324 12;
#X obj 230 291 dac~;
#X obj 230 267 osc~;
#X obj 41 13 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1
;
#X obj 39 65 i;
#X obj 76 66 + 1;
#X obj 324 158 expr $f1 * 3 / 2;
#X obj 151 239 f;
#X obj 203 219 f;
@mayakraft
mayakraft / template.html
Created March 13, 2020 01:01
threejs template
<!DOCTYPE html>
<head>
<title>three js</title>
<style>
/*css goes here*/
html, body {
margin: 0;
overflow: hidden; /*nice to not use this*/
}
</style>