I'm working on a little game, and I need to put on screen a progress bar... How can I do it with Gosu? I need OPENGL? If yes, some advise about gem to use and some simple example?
If you want to draw a textured progress bar, you can also draw two images on top of each other, but use Gosu.clip_rect to only draw a portion of the inner bar.