Playing with pts.js
Thu, Aug 9, 2018
I just noticed Pts, a very shiny looking design and graphics library in typescript and wanted to play. Since finding @beesandbombs and his beautiful animations I've been looking forward to trying to make some fun things with P5 - and now Pts. So, let's just get the example running: #hello { width:80vw; max-width: 600px; height:80vw; max-height:600px; display:block; margin: 20px; } (function(){ Pts.namespace( this ); // add Pts into scope if needed var demoID = "…more