Monthly Archives: June 2007

Picking apart Rubygems and Rake

I’m prepping for the 2.0.1 release of rubygame, which includes a number of bug fixes and improvements under the hood, especially in the way method arguments are processed in C methods. All the code is ready and waiting to be packaged up, but I’m tinkering with the Rakefile to make it play well with Rubygems, [...]
Posted in Uncategorized | Tagged , , , | Leave a comment

Ramble: Curves Roadblock

I’ve been pounding my head against the wall over these Bézier curves for the past couple days. For a change of pace, I’m going to pound my head against this blog instead, and hope that something useful falls out. The overall challenge is to preserve the apparent position of an object (i.e. the character) along the [...]
Posted in misc, projects | Tagged , , , , | Leave a comment

Bézier Curve Test

Her’s a screenshot from the test application for the work with cubic Bézier curves I’ve been doing lately. Click the image at right to view the full picture.
Posted in projects | Tagged , , , | Leave a comment