Development

[gallery] Just got my acceptance letter from Leap Motion! 100% excitement! @leapmotion

One Week Game: Basic Game …

One Week Game: Basic Game Loop with Block Entityoneweekgame: This is part 2 of my basic canvas/html game tutorial. To see part 1, go to Tiny Game Loop The game loop from my last post, Tiny Game Loop, is great and all, but if you’re a beginner, you probably want to know how to put that into practice. …

[gallery] A progress indicator in Processing. int width = 128; int height = 128; float amount = 1.0; float spokes = 0; boolean storeResults = true; void setup () { size(width, height); } void draw () { fill(0, 0, 0); rect(0, 0, width, height); stroke(255, 255, 255, 128); fill(255, 255, 255, 128); …

[gallery] I’ve posted a new version of my @fogbugz PlayPause control on Github. Check it out!

Gitlab

Gitlabonethingwell: Self-hosted git management with a web-based UI, issue tracking, merge requests and code browsing, powered by Gitolite.

My New Application

I’ve written an application. I think it’s pretty cool. It allows me to do something that I was doing periodically during the day that would take around 50 minutes; compressing it to around 10. This application runs on the Mac, and while it would probably make a nice mobile app, I …

[gallery] Well. I made it! I completed my first Ludum Dare competition. I’m exhausted, I have a crap-ton of notes for a follow up and I will be posting that soon (but probably not tonight.) Actinium the Wrought 2777 Lines of Code 26 Polygonal models 15 Audio files 19 Images … In 48 …

Nothing Insightful: What …

Nothing Insightful: What iOS 6 Mobile Safari Offers Front End Devstaitems: Here’s what we know about Mobile Safari in iOS 6 so far, and what it brings to the table for front end developers. I expect there’s more to come in future betas and as people experiment with the current beta more. Web …

Unity3d Brings the Heat

Unity3d Brings the HeatUnity’s latest update brings a ton of new features and bug fixes. Can’t wait to get my hands on it.