File: glut.py

package info (click to toggle)
glitch 0.6-2.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 488 kB
  • sloc: python: 3,432; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6

from glitch.glut import GLUTCamera
from glitch.limbo.objects import Cube

camera = GLUTCamera(fullscreen=True, children=[Cube()])
camera.run()