pyunity.window.templateWindow module

Template window provider, use this for creating new window providers

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

Bases: object

A template window provider.

start(update_func)[source]

Start the main loop of the window.

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