After trying out several graphics packages I finally settled on using Fox and
OpenGL for my interface. I’ve been scouring the net for documentation on
related Ruby GUI info. Are there any out there in English?? Secondly, I was
curious about when the Ruby garbage collector gets called or does that have
to be done explicitly? My FXGL GUI gives me a different initial screen each
time and I’m wondering if variables aren’t getting erased in Ruby or if I
have to reset certain properties in FXGL?
Nancy Diana Wong