module D_oom::Raylib

Overview

Houses all of the raylib related stuff

Defined in:

d_oom.cr
d_oom/raylib/raylib_draw.cr
d_oom/raylib/raylib_main.cr
d_oom/raylib/raylib_unload.cr

Class Method Summary

Class Method Detail

def self.draw(&) #

[View source]
def self.draw_camera(camera : RL::Camera3D, &) #

[View source]
def self.draw_render_target(rt : RL::RenderTexture2D, &) #

[View source]
def self.init(title : String = "", fps : Int = 60, &) #

Initializes the raylib window


[View source]
def self.run_loop(exit_key : Key = Key::Escape, &) #

[View source]
def self.unload_render_textures #

[View source]