Skip to content

Instantly share code, notes, and snippets.

@hortonew
Created January 11, 2013 00:25
Show Gist options
  • Select an option

  • Save hortonew/4506973 to your computer and use it in GitHub Desktop.

Select an option

Save hortonew/4506973 to your computer and use it in GitHub Desktop.
Pyglet - Get a blank window to come up
import pyglet
screen = pyglet.window.Window(800,600)
if __name__ == "__main__":
pyglet.app.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment