Gui's for ruby?

hello all,
i'm somewhat new to ruby, and i'd like to use it to create games.
because ruby normally uses just text for it's input and output, that's not
very practical, but i'd like to know what other ways of processing input and
output there are in Ruby (especially graphical ways)
any help is greatly appreciated,
greetings, Dirk.

Here's a little game written in Ruby:

http://magicmaze.rubyforge.org/

It uses the Simple DirectMedia Layer (SDL) toolkit.

Yours,

Tom

···

On Fri, 2005-09-23 at 02:17 +0900, Dirk Meijer wrote:

hello all,
i'm somewhat new to ruby, and i'd like to use it to create games.
because ruby normally uses just text for it's input and output, that's not
very practical, but i'd like to know what other ways of processing input and
output there are in Ruby (especially graphical ways)

Hello Dirk,

hello all,
i'm somewhat new to ruby, and i'd like to use it to create games.
because ruby normally uses just text for it's input and output, that's not
very practical, but i'd like to know what other ways of processing input and
output there are in Ruby (especially graphical ways)
any help is greatly appreciated,
greetings, Dirk.

For good games you need to create your own GUI on top of SDL Simple DirectMedia Layer - Homepage
or OpenGL. Game user interfaces are normally not very conventional and
luckily neither complex.

···

--
Best regards, emailto: scholz at scriptolutions dot com
Lothar Scholz http://www.ruby-ide.com
CTO Scriptolutions Ruby, PHP, Python IDE 's

right..
thanks a lot :slight_smile:
but should i use Ruby/SDL or RuDL? what are the pro's and cons?
greetings, Dirk.

I have no idea, but maybe you could also look at gosu[1]. Don't know
it myself, just googled for "Ruby game library".

grtz,
wannes

[1] http://www.raschke.de/julian/gosu/

···

On 22/09/05, Dirk Meijer <hawkman.gelooft@gmail.com> wrote:

right..
thanks a lot :slight_smile:
but should i use Ruby/SDL or RuDL? what are the pro's and cons?

i've tried gosu some time ago, i couldn't get it to work, so i gave up..
but fortunately, i already got rudl to work :slight_smile:
(and it look very promising)
greetings, Dirk.

···

2005/9/22, wannes <oeaniz@gmail.com>:

On 22/09/05, Dirk Meijer <hawkman.gelooft@gmail.com> wrote:
> right..
> thanks a lot :slight_smile:
> but should i use Ruby/SDL or RuDL? what are the pro's and cons?

I have no idea, but maybe you could also look at gosu[1]. Don't know
it myself, just googled for "Ruby game library".

grtz,
wannes

[1] http://www.raschke.de/julian/gosu/