A revived version of the port of the SDL library to the JVM.
Last updated Sat Dec 12 09:52:25 -0800 2009
A plugin to use case classes and simple pattern matching in Ruby.
Last updated Sun Nov 08 11:42:59 -0800 2009
A framework for economic simulation
Last updated Wed Aug 26 23:17:08 -0700 2009
Little game where you go around stabbing little green monsters.
Last updated Sat May 23 20:51:49 -0700 2009
2 commits »
Added a play() method to MixChunk for easy playing.
Fixed a small bug with contains().
Added contains() to SDLRect. Added translation to sprites. Added more
Fixed a minor bug with point translation.
Added some collision detection with rectangles.
Fixed some crashes with SDLVideo and SDLGfx.
Added an event manager.
Added some more functionality for sprites. Added an App class.
Fixed a few rendering bugs and geometry issues.
Updated readme.
Added more helper methods to Point2Di. Removed Recti. Added rendering
Added Javadoc.
Added a few point and rectangle operations.
Added Point2Di and Recti classes. Added flip() to SDLGfx.
Fixed indentation on certain files. Added a base for a gaming package.
Moved PutPixel to C code. Added DrawLine.
Made putPixel work.
More SWIG cleanup. Fixed misguiding size reports.
Added LGPL licence.
Fixed a bug with including as a plugin in Rails.
Fixed a bug where guards used OR, not AND.
More permissive type checking.
Passes the match object into the for_case block.