• Ruby + Gosu = win
    0 replies, posted
Hey guys if you want to go into 2d game making this is now the shit. It used to be not so good but now with ruby 1.9 it's much faster. My game runs at 60 fps on my netbook in fullscreen (1024/600). I have tested a lot of multimedia libraries and this one beats all the others by its usability/performances ratio.I mean it's really fun to program and the result does not sucks,unlike with Pygame. Easy hardware accelerated graphics (unlike SDL/openGL which tend to be slow unless you spend time in gl code), awesome language... [url]http://www.ruby-lang.org/en/news/2009/01/30/ruby-1-9-1-released/[/url] [url]http://code.google.com/p/gosu/[/url]
Sorry, you need to Log In to post a reply to this thread.