Category: Projects

  • Compost Bin

    Amanda wanted a compost bin so I built one. It is a simple frame of cedar with hardware cloth fixed to it and just nail gunned together. There is a door on one side for easy access. I don’t expect it to last forever, so it is replaceable instead. We filled it with leaves before…

  • Bathroom Shelf

    I designed and 3d printed a simple bracket to use with building a shelf in the bathroom

  • Processing Rectangles

    Instead of Love2d and Lua, I wanted to try Processing and play around using Java to generate stuff. It’s pretty neat and has some overlap in basic functionality, but is missing the more game-centric out of the box features, like better touch support, physics, particles, and gamepad, but it does have easier to use camera…

  • Generative Circles

    I played around some more and made a little program to generate circles which do not overlap. This is a little different than the one that just generates totally random circles. I should combine several of these in to one app instead.

  • Spacey shooty game

    I think a space shoot em up game using the touchscreen with 2+ fingers might be fun and different than most normal twin stick shooter. I’ve worked up a super WIP game using love2d where you use one finger to move the ship, and a second to move the target around. As long as both…