[GAMEDEV] Ruby game development

Hello! This is my first post. I have a few questions about game
development in ruby.

What should I use, ruby game or ruby gosu?

What gems are the best for gui making?

Is it possible to make shoes (gem shoes) gui for gosu/ruby game?

How can I export my game to android + windows phone + ios mobile?

Do you recommend any tutorials?

Tymon Tymski wrote in post #1179394:

What should I use, ruby game or ruby gosu?

Gosu is very good for 2D game.
see an exemple: GitHub - glurp/ang: planet navigation game
With also webgl version…

rubygame seem very old.

What gems are the best for gui making?

no gui for gosu, it is a opengl application

Is it possible to make shoes (gem shoes) gui for gosu/ruby game?
not with shoes3
perhaps with shoes4,

How can I export my game to android + windows phone + ios mobile?

rewrite it :slight_smile:
use javascript/phonegap/webgl