Ithilis 2.0
I recently decided to bring back Ithilis, my text based game I started as my senior thesis. It died out after I graduated, but I’ve started on it again. The original code was my first real foray into...
View ArticleMUA and the Game Framework
I’ve decided to finally make some serious progress on my desire to develop games as a hobby. I have a name and a plan and have begun working. Right now it is just me, and I expect it to stay …Read more »
View ArticleSETI @ Home Stats
I wrote a fun little page-scraper script for the SETI@Home team statistics page that displays your team’s top 20 members in a snazzy interactive pie chart. You can compare by total activity or recent...
View ArticleMUA Framework – 2D View Progress
I’m currently working on the 2D view and tools necessary for it. I had a mostly finished 2D view going, but am currently destroying it and replacing a lot of code in it with rabbyt, an openGL sprite...
View ArticleTail
I’ve always missed have the tail -f command while working on windows machines, and something finally snapped yesterday. I’d seen some tail implementations for windows, but none of them were good...
View ArticleDirTreeCtrl – wxPython tree widget for directories
As I was writing Flame (a GUI for Wix) I really wanted to show the contents of a directory in a tree, JUST like the GenericDirCtrl in wxPython. I tried using the GenericDirCtrl initially, but you...
View ArticleFlame V1.1.0
I released Flame Version 1.1.0 today. It has lots of bug fixes, mostly for major oversights I didn’t account for in directory structures and obscure and unnecessary Wix rules. I’m working on code to...
View Article