import myou_engine var myou = newMyouEngine(1280, 720, "My game") # The example file is just Blender's default cube myou.loadScene("assets/example1.blend", proc(scene: Scene) = scene.enable_all() ) myou.run()