> What are your thoughts on this? --
I've thought about doing this myself for a little Gloss game
(
https://github.com/turion/sonnendemo) and I think it's in principle a
good idea. Actually, I expected something like this to exist, but it
didn't (I think).
It's harder for some Gloss pictures than other. E.g. how would you do
collision detection for text? You would have to know how wide each
character is in order to find out whether someone clicked on it.
Maybe there already exists something like that for OpenGL? Not sure how
much that would help though.