• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Which Pokémon Masters protagonist do you like most? Let us know by casting a vote in our Masters favorite protagonist poll here!
  • Red, Hilda, Paxton, or Kellyn - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Do you think?

KingCharizard

C++ Developer Extraordinaire
  • 1,206
    Posts
    15
    Years
    Does anyone else here think its possible to create a 3d game with RUBY, I know speed can be an issue but I'm looking at the language and it seems possible. From what I undertstand Ruby will never be as fast as C++ but it can compare to javascript and that has been used to make MMORPG's and other Games seccessfully. Ruby seems to work fine for 2D Sprite games but do you think it can handle 3D games in general? Please say why?
     
    I'm guessing Ruby is to weak to do that, but then again. What do I know :P
    I'm using it for just 2 weeks :P
     
    I did notice some significant similarities in Ruby and C++ (coincidence??)
    Maybe there's a way to let RMXP work with C++.
    Just throwing it out there.
     
    I did notice some significant similarities in Ruby and C++ (coincidence??)
    Maybe there's a way to let RMXP work with C++.
    Just throwing it out there.

    Well C++ has OOP(Object Oriented Programming) abilties.
    While Ruby is fully OOP, this can allow for a mixture of the two if im not mistaken is works well too.

    Maybe I could do what unity does, write an engine in C++ but allow it to use languages like Javascript & C# or in my case Ruby.
     
    So my thoughts weren't so strange after all :)
    Keep me posted on this engine if you're really making one :)
     
    I totally agree on that statement :)
    It would be even better/nicer if the idea above would incorporate with multiple languages (C++, Ruby, C#, Flash and so on)
     
    Last edited:
    Ruby is an extremely powerful scripting language. I can guarantee anything you can do with C/+/++ is as easily done in Ruby. They are both object-oriented languages, the only difference is their syntaxes.
    3D support for Ruby exists in many different forms. There are probably many commercial Ruby 3D frameworks for professionals. However, opensource wise, all we really have is basic OpenGL (AFAIK).
     
    Ruby is an extremely powerful scripting language. I can guarantee anything you can do with C/+/++ is as easily done in Ruby. They are both object-oriented languages, the only difference is their syntaxes.
    3D support for Ruby exists in many different forms. There are probably many commercial Ruby 3D frameworks for professionals. However, opensource wise, all we really have is basic OpenGL (AFAIK).

    I'd have to disagree with you on one thing, there is many differences between RUBY & C++ aside from syntax. Especially the speed. Another big thing is the level at which each comples at(Which effects speed/Performance). As far as I know there is no 3dcommercial solution for a framework. But until about a month ago I never really found myself interested in ruby so there could be. Although OOP is positive, being fully OOP has its disavantges. But I think you can use RUBY + OpenGL + OpenAL to make a Opensource Framework.
     
    Back
    Top