Skip to content

Instantly share code, notes, and snippets.

@iyuuya
Created January 27, 2013 22:38
Show Gist options
  • Save iyuuya/4651053 to your computer and use it in GitHub Desktop.
Save iyuuya/4651053 to your computer and use it in GitHub Desktop.
require 'sdl'
require 'tk' if /darwin/ =~ RUBY_PLATFORM
SDL.init SDL::INIT_EVERYTHING
screen = SDL.set_video_mode 640, 480, 16, SDL::SWSURFACE
sleep 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment