[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby and SDL?

Wim Vander Schelden

12/23/2006 11:37:00 PM

Hi,

I was wondering if there was a decent binding for SDL in ruby?
The only thing I can find is http://www.kmc.gr.jp/~ohai/ind...,
but that one doesn't look all that reliable. Is there anyone with some
experience with this binding? Is it reliable? And how about efficiency?

Thanks,

Wim

--
Wim Vander Schelden
Bachelor Computer Science, University Ghent

http://nanob...
My weblog, powered by Ruby and BSD licensed.


2 Answers

Austin Ziegler

12/24/2006 12:02:00 AM

0

On 12/23/06, Wim Vander Schelden <wim.vanderschelden@gmail.com> wrote:
> Hi,
>
> I was wondering if there was a decent binding for SDL in ruby?
> The only thing I can find is http://www.kmc.gr.jp/~ohai/ind...,
> but that one doesn't look all that reliable. Is there anyone with some
> experience with this binding? Is it reliable? And how about efficiency?

http://rubyforge.org/project...

-austin
--
Austin Ziegler * halostatue@gmail.com * http://www.halo...
* austin@halostatue.ca * http://www.halo...feed/
* austin@zieglers.ca

gga

12/24/2006 1:39:00 AM

0


Wim Vander Schelden ha escrito:

> Hi,
>
> I was wondering if there was a decent binding for SDL in ruby?
> The only thing I can find is http://www.kmc.gr.jp/~ohai/ind...,
> but that one doesn't look all that reliable. Is there anyone with some
> experience with this binding? Is it reliable? And how about efficiency?
>

Yes, it works fine (at least on unix boxes), with SDL1.2. It is as
efficient as any scripting binding can be.
The one on rubyforge, on the other hand, is more buggy and will take
some hacking to get it compiled. Avoid it.