Jay McGavren's Journal

2008-06-06

Ruby/SDL

Goddamn, you mean to tell me the difference between full-screen and windowed in (Ruby) SDL is from this:

SDL::setVideoMode(640,480,16,SDL::SWSURFACE)

…to this?

SDL::setVideoMode(640,480,16,SDL::FULLSCREEN)

I’m going to like this framework, even if the English documentation is crap right now.

comments powered by Disqus