Public Member Functions | |
def | __init__ |
def | process_events |
def | run |
Public Attributes | |
screen | |
use_mouse | |
Static Public Attributes | |
list | gaussians = [] |
int | height = 500 |
pos = None | |
running = False | |
int | width = 500 |
Definition at line 97 of file art_demo.py.
def art_demo.ArtDemo.__init__ | ( | self, | |
fullscreen = False , |
|||
use_mouse = True |
|||
) |
Definition at line 104 of file art_demo.py.
def art_demo.ArtDemo.process_events | ( | self, | |
events | |||
) |
Definition at line 113 of file art_demo.py.
def art_demo.ArtDemo.run | ( | self | ) |
Definition at line 126 of file art_demo.py.
list art_demo.ArtDemo::gaussians = [] [static] |
Definition at line 102 of file art_demo.py.
int art_demo.ArtDemo::height = 500 [static] |
Definition at line 99 of file art_demo.py.
art_demo.ArtDemo::pos = None [static] |
Definition at line 100 of file art_demo.py.
art_demo.ArtDemo::running = False [static] |
Definition at line 101 of file art_demo.py.
Definition at line 104 of file art_demo.py.
Definition at line 104 of file art_demo.py.
int art_demo.ArtDemo::width = 500 [static] |
Definition at line 98 of file art_demo.py.