I put together a Sketch in Processing this evening. It generates a canvas at whatever size you want, adds a black hole and a couple of thousand pixels that get sucked into the black hole with some simulated gravity. The final result is a bit like the image I had in my head when I… Continue reading Messing with Processing and a black hole
Tag: Processing
Concept Game – Simple Evolutionary Model
I’ve spent enough time on this now to submit it, even if it’s still a bit rough around the edges. I’ve included a bit of a write up below. This demo will run best in Chrome or Opera. Click to play. I’ve built a simple ‘game’ called Digital Husbandry. It’s more of a time killer… Continue reading Concept Game – Simple Evolutionary Model
Critters Processing Sketch – Round 3
This is taking a little bit more shape now… Coming up next is user interaction.
Critters Processing Sketch – Part 2
I’m just posting some progress as this concept develops. Code etc is hosted on Open Processing if you want to have a look. I’m really enjoying Processing as a sketchbook for code. It’s definitely a good tool for teaching programming.
Critters Sketch in Processing
If your browser is up to scratch, here’s a little JavaScript based sketch from a current personal project… This is some early code for a simple game I’m working on for the Coursera Creative Programming course (it’s my first time building a game rather than regular software). These shapes are generated from a limited range… Continue reading Critters Sketch in Processing