larskanis / opengl

The official repository of the ruby-opengl wrapper
http://larskanis.github.com/opengl
MIT License
57 stars 11 forks source link

Use opengl gem before starting X? #10

Open andrewhavens opened 11 years ago

andrewhavens commented 11 years ago

Hi, I'm really new to working with OpenGL, but I'm trying to get started using your opengl gem. I need to be able to start drawing to the screen as if it is a fullscreen window, before starting the X window server.

Do you know if this can be done? Would you be able to provide a code sample of how to get started?

Thanks!