-
Christopher Lane Hinson
A hairy haskell hacker with interests in games, computer science, and social justice.
View Full Profile →
Categories
Archives
- December 2012
- October 2012
- April 2011
- March 2011
- September 2010
- July 2010
- June 2010
- November 2009
- September 2009
- August 2009
- May 2009
- April 2009
- March 2009
- January 2009
- November 2008
- October 2008
- August 2008
- May 2008
- April 2008
- March 2008
- January 2008
- December 2007
- November 2007
- June 2007
- January 2007
Category Archives: Uncategorized
ANN: Roguestar 0.6.0.0
Roguestar 0.6.0.0 is now up on hackage. You can install and run with: The latest version brings: New monsters: Hellions and Dust Vortexes Underground dungeons Power-ups (hidden in the aforementioned dungeons) that serve to level-up the player’s character. Improved walking … Continue reading
Posted in Uncategorized
Leave a comment
Paintable User Interfaces
It seems like it should be possible to have some kind of GUI library in which user interface elements can be painted onto the screen frame-by-frame, instead of the common practice of assembling an object-oriented hierarchy of widgets. I’m thinking … Continue reading
Posted in Uncategorized
4 Comments
ANN: priority-sync
Provides cooperative task prioritization. The priority-sync package on hackage.haskell.org. $ cabal install priority-sync $ git clone http://www.downstairspeople.org/git/priority-sync.git Feedback will be greatly appreciated. This package is a spin-off from my work on roguestar, where I need to do significant background processing … Continue reading
Posted in Uncategorized
Leave a comment
