Daily Sketching
Recently I started the practice of creating a p5 sketch everyday. Some reflections after a fews weeks.
Recently I started the practice of creating a p5 sketch everyday. Some reflections after a fews weeks.
Recent side project I created allowing a user to create a geometric checker board design inspired by the pompdoek, the ubiquitous kitchen towel seen everywhere in the Netherlands. Project uses p5.js and is a extnesion of a daily sketch I created a few weeks back.
Follow my journey as I tried to make my own PCBs for a pinhole camera that uses only photoresistors.
Sharing a collection of p5 resources that I have developed for classes that I taught. I've used tese materials with students ranging from 7th grader to grad students. I hope you find them useful.
Several years ago I wanted to escape some of my Processing sketches from the screen. I began exploring how I could use a vintage Hewlett Packard pen plotter to render some of my sketches on paper. Here I detail my process and share some of the code I created.
A cocktail calculator made with Vue.js. This is one of the first projects that I created with Vue.
I made the classic snake game using javascript. Started as an example that I started for some students, but then I had to finish it!
Recently I had the need for a function to be repeatedly called for infinity. Normally setInterval would do the trick, but I wanted the time in between firings to change dynamically. Check out my solution!
A collection of some games I built with JavaScript. All of these games were created with plain javascript, no frameworks, and don't use a canvas element.