pyunity.window.templateWindow module

Template window provider, use this for creating new window providers

class pyunity.window.templateWindow.Window(name, resize)[source]

Bases: pyunity.window.ABCWindow

A template window provider.

quit()[source]
start(update_func)[source]

Start the main loop of the window.

Parameters:update_func (function) – The function that calls the OpenGL calls.