starting a new application is a tricky process for me.
especially the Interface parts:
Pyglet is available at: pyglet.org
I download the latest distribution and put it: /c/downloads/python/pyglet-1.1.3/
the documentation included with pyglet is fantastic
the html docs start at: file:///c/downloads/python/pyglet-1.1.3/doc/html/index.html
( CopyAllUrls will not load local (file:///) links )
Docs are also available online: | http://www.pyglet.org/doc/ | pyglet Documentation Index | http://www.pyglet.org/doc/programming_guide/index.html | Programming Guide | http://www.pyglet.org/doc/api/index.html | pyglet API reference
also [2009.12.04 17:31:26] other related files for notes: /c/technical/python/pyglet.txt /c/technical/python/gui.txt
examples are a great place to start. they are located at: cd /c/downloads/python/pyglet-1.1.3/examples
#other sample files:
#this is a good file for getting a window to show up using only pyglet: /c/charles/code/python/pyglet/sample.py #try running it via command line! should see a white window
#this demo is based off of simplui: /c/charles/code/python/pyglet/browser/demo.py