module Prism::Adapter::GLFW

Overview

An adapter for the GLFW rendering context.

Extended Modules

Direct including types

Defined in:

prism/adapter/glfw/glfw.cr
prism/adapter/glfw/window.cr

Instance Method Summary

Instance Method Detail

def run(title : String, game : Prism::Engine, frame_rate : Float64, width : Int32, height : Int32) #

Starts up the game engine


[View source]
def run(title : String, game : Prism::Engine, frame_rate : Float64 = 60) #

[View source]