From: Martin DeMello Date: 2006-09-09T20:05:14+09:00 Subject: Re: DRAW 1280, 1024 On 9/9/06, David Vallner wrote: > Benjohn Barnes wrote: > > Personally, I'm on a Mac. If there is a solution for my world, that > > would do for me. Something global would rock though. > > The best I can think of in portability is using wxWidgets / FOX / Gtk to > draw inside a 2D buffer in a window / GUI widget. I think all the GUI toolkits insist on running their own mainloop, which plays badly with IRB > OpenGL or SDL to draw full-screen. You can run OpenGL or SDL inside their own windows. I think this is the way to go. > I don't think it's trivially easy to doodle over someone's > GUI though - though OpenGL or SDL might be able to draw on the overlay > too. Lookup bindings to those libraries, I'm fairly sure that they're > both available, and reasonably cross-platform. Doodling over a GUI is of limited use anyway. Simply having a canvas you can interactively draw on from IRB is a neat thing. It was one of the features I'd planned for FXIrb, but I don't have the time to maintain that these days :( martin