class App

Defined in:

main.cr

Constant Summary

BORDER_WIDTH = 1
PADDING = 20
SCROLL_SPEED = 10
SCROLLBAR_SIZE = 20
TEXT_COLOR = Raylib::Color.new(r: 80, g: 80, b: 80, a: 255)
TEXT_SIZE = 20_f32
TEXT_SPACING = 0_f32

Instance Method Summary

Instance Method Detail

def handle_brium_input #

[View source]
def handle_user_input #

[View source]
def init_text_view #

[View source]
def render_ui #

[View source]
def run #

[View source]
def start_brium_fiber #

[View source]
def text_view #

[View source]