App
Inherits RenderLoop::Engine / Reference / Object
A Bismuth application.
Constructors
new(name : String, width : UInt16 = 800, height : UInt16 = 600, fullscreen = false, desired_fps : UInt32 = 60_u32)
SourceInstance methods
desired_fps(fps : UInt32)
Sourcedesired_fps
Sourcedevice
Sourcerender(window : Window)
Called at intervals designated by the configured frame rate. This is used to render the scene for each of the app's windows.
run
Source