(t,i,x,y) => “creative code golfing”

Martin Kleppe has created tixy.land, “the most minimalist creative coding environment” as he calls it Control the size and color of a 16×16 dot matrix with a single JavaScript function. The input is limited to 32 characters – but no limits to your creativity! I especially like how the site starts off with some simple …

SlowmoJS – JavaScript in Slow Motion

SlomoJS is an attempt to make learning JavaScript and computational thinking easier by making the execution of JS code more transparent. Reminds me of the aforementioned CHOC and Bret Victor’s Learnable Programming. SlowmoJS → (via @vasilis) Related: Using CHOC I once made this Bouncing Ball Visualisation to show my students

JavaScript Bouncing Ball

One of the assignments of one of the courses I teach requires my students to let a cube fall in a Three.js environment. To teach them about how something falls I used Choc to visualize and explain the process of falling per tick of the animation. The final code is available on CodePen. JavaScript Bouncing …