From: Jimmy Kofler Date: 2009-03-25T18:14:20+09:00 Subject: Re: ruby and 2D graphics > Philip M端ller wrote: > Hi everybody, > > I'm searching for a way to get simple graphical output in ruby for a > simple physics simulation. All I need are circles and lines and a decent > framerate in fullscreen-like resolutions. I tried ruby-processing but in > 800*600 i get less than 10 frames on my not-too-old pc. And that's just > a > circle moving around, no physics whatsoever involved. > > Thanks for your input > > Philip Two more options: 1. Chipmunk 2D video games engine; 2D graphics library http://wiki.slembcke.net/main/published/Chipmunk http://code.google.com/p/gosu/wiki/RubyChipmunkIntegration 2. GLFW a free, Open Source, portable framework for OpenGL application development http://ruby-glfw.rubyforge.org Cheers, j.k. -- Posted via http://www.ruby-forum.com/.