module Prism::Adapter::GLFW
Overview
An adapter for the GLFW rendering context.
Extended Modules
Direct including types
Defined in:
prism/adapter/glfw/glfw.crprism/adapter/glfw/window.cr
Instance Method Summary
-
#run(title : String, game : Prism::Engine, frame_rate : Float64, width : Int32, height : Int32)
Starts up the game engine
- #run(title : String, game : Prism::Engine, frame_rate : Float64 = 60)
Instance Method Detail
def run(title : String, game : Prism::Engine, frame_rate : Float64, width : Int32, height : Int32)
#
Starts up the game engine