module D_oom::Raylib
 
  Overview
Houses all of the raylib related stuff
Defined in:
d_oom.crd_oom/raylib/raylib_draw.cr
d_oom/raylib/raylib_main.cr
d_oom/raylib/raylib_unload.cr
Class Method Summary
- .draw(&)
- .draw_camera(camera : RL::Camera3D, &)
- .draw_render_target(rt : RL::RenderTexture2D, &)
- 
        .init(title : String = "", fps : Int = 60, &)
        
          Initializes the raylib window 
- .run_loop(exit_key : Key = Key::Escape, &)
- .unload_render_textures