Prev: Squeak like environment for Ruby
Next: gem + libxml
From: Dirk Meijer on 8 Sep 2005 15:53 hello everyone, i would like to use the RGSS (Ruby Game Scripting System) to create games and stuff like that.. but the current examples i've seen call on classes (or maybe modules) like Sound and Graphics, does anybody know the complete underlying system, so i could take full advantage of it? greetings, Dirk.
From: gabriele renzi on 8 Sep 2005 15:58 Dirk Meijer ha scritto: > hello everyone, > i would like to use the RGSS (Ruby Game Scripting System) to create games > and stuff like that.. > but the current examples i've seen call on classes (or maybe modules) like > Sound and Graphics, does anybody know the complete underlying system, so i > could take full advantage of it? > greetings, Dirk. > I think you may have misunderstand what RGSS does: it builds on top of RPGMaker XP which is a platform to build RPG games which comes with ruby as a scripting language. I think Sound and Graphics are part of the default RPGMaker "library"
From: Dirk Meijer on 8 Sep 2005 16:14 i know it does that, but i also know it is possible to script in RGSS without using the RPG Maker, the RPG Maker is like a user-friendly interface. i also know that Sound and Graphics are part of the RPG Maker library, but i can't seem to find it, so if anyone knows what it looks like or where i could find it, that would be very helpful. 2005/9/8, gabriele renzi <surrender_it@-remove-yahoo.it<http://remove-yahoo.it> >: > > Dirk Meijer ha scritto: > > hello everyone, > > i would like to use the RGSS (Ruby Game Scripting System) to create > games > > and stuff like that.. > > but the current examples i've seen call on classes (or maybe modules) > like > > Sound and Graphics, does anybody know the complete underlying system, so > i > > could take full advantage of it? > > greetings, Dirk. > > > > I think you may have misunderstand what RGSS does: it builds on top of > RPGMaker XP which is a platform to build RPG games which comes with ruby > as a scripting language. > I think Sound and Graphics are part of the default RPGMaker "library" > >
From: Florian Groß on 8 Sep 2005 20:55 Dirk Meijer wrote: > i would like to use the RGSS (Ruby Game Scripting System) to create games > and stuff like that.. > but the current examples i've seen call on classes (or maybe modules) like > Sound and Graphics, does anybody know the complete underlying system, so i > could take full advantage of it? If this doesn't work out there is also the game development library Ruby-Gosu which might be quite a bit more low level, but it still has very nice interfaces: http://www.raschke.de/julian/gosu/
From: Dirk Meijer on 9 Sep 2005 01:21 > > If this doesn't work out there is also the game development library > Ruby-Gosu which might be quite a bit more low level, but it still has > very nice interfaces: http://www.raschke.de/julian/gosu/ > that looks really nice, and it doesn't look all too hard, i'll check it out :-)
|
Pages: 1 Prev: Squeak like environment for Ruby Next: gem + libxml |