I’ve not had much time to work on personal projects recently, and I feel bad for everyone who wants to work on/with SDLBits. I’ve updated the page to include the new location of the library, and I’ll be putting a copy on Launchpad soon. Update: SDLBits on Launchpad!
As the release for Compiz 0.9.0 gets closer, now is a good time to let everyone know what I’ve been most involved with: Documenting the API. Until recently, there was no API documentation for Compiz. You really have to admire the amount of time the core developers and others have spent working with a system …
In between the massive changes to the site (see my twitter) and setting up new developer relationships, I was inspired to work with Compiz Fusion – or what most now just call Compiz. I’ve always wanted to do some plugins, but the problem is jumping into their largely undocumented API. That’s changing a bit now, …
I’ve been using SDL for a long time in C++, and I’ve toyed sdljava, which are rather complete bindings for SDL for Java. While the bindings are rather complete, they where created using SWIG, which is a (great) code generator, but still the result is that these bindings are kinda clunky and rather bloated. For …