I do lots of programming projects, and GitHub is the place where developers share their code and collaborate on open-source projects. My most recent projects are all published as GitHub repositories, where all the code is stored alongside issues, ideas for features and improvements, documentation, and more. I plan to eventually do a post for each and every one of my GitHub repositories, which will link to the posts when they are finished.
JavaScript Fireworks
I thought I’d do a post about one of my (much) older creative coding projects, so today I’ll be sharing with you a simple firework program I created in JavaScript a while ago. Here’s what the fireworks look like when the program is launched: Now for how it works. The entire program is organized as … Read moreJavaScript Fireworks