From: Danny van Bruggen Date: 2001-05-16T01:33:43+09:00 Subject: [ruby-talk:15177] Re: Q: GUI framework with direct drawing capabilities? > I found links to these from the SDL page: > > http://froukepc.dhs.org/rudl/ Rubified or Rubyesque Directmedia Layer That's the one I'm making. In the meantime, I've made two small games with it, so it's working. I could use a lot of feedback! I've been working together with the author of Pygame, the SDL-wrapping for Python, so the libraries look alike somewhat. > http://www.kmc.kyoto-u.ac.jp/~ohai/index.en.html Ruby extension library for SDL Ohai does things in a different way, check it out to see which one you like. They are both in the RAA by the way! Bye!