Jay McGavren's Journal

How a Head First author spends his days off

View on GitHub
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.

Copyright © Jay McGavren.