class App

Defined in:

main.cr

Instance Method Summary

Instance Method Detail

def init #
Description copied from class Scar::App

App specific initialization

e. g. loading configuration, binding inputs, loading textures, ..


[View source]
def render(dt) #
Description copied from class Scar::App

App rendering logic

This method is executed on every frame before all System and Object rendering methods.


[View source]
def update(dt) #
Description copied from class Scar::App

App update logic

This method is executed on every frame before all System and Object update methods.


[View source]