gui's for ruby?

D

Dirk Meijer

------=_Part_9542_3144458.1127409449113
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

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 an=
d
output there are in Ruby (especially graphical ways)
any help is greatly appreciated,
greetings, Dirk.

------=_Part_9542_3144458.1127409449113--
 
T

Tom Copeland

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)

Here's a little game written in Ruby:

http://magicmaze.rubyforge.org/

It uses the Simple DirectMedia Layer (SDL) toolkit.

Yours,

Tom
 
L

Lothar Scholz

Hello Dirk,

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

For good games you need to create your own GUI on top of SDL http://www.libsdl.org/index.php
or OpenGL. Game user interfaces are normally not very conventional and
luckily neither complex.
 
D

Dirk Meijer

------=_Part_10523_33395680.1127416905991
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

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

------=_Part_10523_33395680.1127416905991--
 
D

Dirk Meijer

------=_Part_10672_16260310.1127417976952
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

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 :)
(and it look very promising)
greetings, Dirk.

2005/9/22 said:
right..
thanks a lot :)
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/

------=_Part_10672_16260310.1127417976952--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,226
Members
46,815
Latest member
treekmostly22

Latest Threads

Top