GemframeSample::App
Application composition root. Keep framework wiring (runtime + bridge command registration) in one place so the rest of the app stays focused on domain logic.
Constants
HEIGHT = 720
TITLE = "GemframeSample"
WIDTH = 1024
Class methods
register_commands(bridge : Bridge, container : ServiceContainer) : Nil
Sourcerun
Source