I've been wondering about the following for a while, and while I'm aware this technically isn't the right place to post this, I think this is where it should be posted... maybe you get me here, maybe not... I'll just go on... :biggrin:
So yeah, since I've never been happy with RMVXP's limitations, I recently got more and more away from using the Database, never ever used the material editor or any of that stuff the program supplies, and work with custom scripts for everything anyway, I thought I might as well use 'plain Ruby', instead of the RGSS Player. However, knowing that Ruby itself is merely a command line application, I wonder how I'd actually manage to create a RGSS Player-esque interface, in other words, a window that allows me to draw graphics in (because from there, I can handle everything myself).
I know I'll have to include a Main-ish script snippet in the script library to actually get a non-self-closing interface, and the sentence before basically states I'll need a Graphics module - as that's one of two modules addressed in Main, I figure I'll need an Input module as well. Am I right with being able to get a base interface running as soon as I have these two modules ready?
The reason I'm asking this is that I simply have no idea about the base constructs, so I'm basically in the dark about what I need and what not, and I kind of don't want to start with something like Ruby/SDL, as that's just another bunch of pre-made scripts as RMVXP has... as far as the Graphics and Input modules go, I wonder if someone has written something in order to achieve exactly that.
I think I should be able to manage getting somewhere if someone points me to the right direction... :grin: (hopefully...), so thanks in advance for the help I can hopefully get here ^^
So yeah, since I've never been happy with RMVXP's limitations, I recently got more and more away from using the Database, never ever used the material editor or any of that stuff the program supplies, and work with custom scripts for everything anyway, I thought I might as well use 'plain Ruby', instead of the RGSS Player. However, knowing that Ruby itself is merely a command line application, I wonder how I'd actually manage to create a RGSS Player-esque interface, in other words, a window that allows me to draw graphics in (because from there, I can handle everything myself).
I know I'll have to include a Main-ish script snippet in the script library to actually get a non-self-closing interface, and the sentence before basically states I'll need a Graphics module - as that's one of two modules addressed in Main, I figure I'll need an Input module as well. Am I right with being able to get a base interface running as soon as I have these two modules ready?
The reason I'm asking this is that I simply have no idea about the base constructs, so I'm basically in the dark about what I need and what not, and I kind of don't want to start with something like Ruby/SDL, as that's just another bunch of pre-made scripts as RMVXP has... as far as the Graphics and Input modules go, I wonder if someone has written something in order to achieve exactly that.
I think I should be able to manage getting somewhere if someone points me to the right direction... :grin: (hopefully...), so thanks in advance for the help I can hopefully get here ^^