Obsctl::TUI::Widgets::Splash
Constants
ASCII_LOGO = [" ___ ____ ____ ____ _____ _ ", " / _ \\| __ )/ ___| / ___|_ _| | ", "| | | | _ \\___ \\| | | | | | ", "| |_| | |_) |___) | |___ | | | |___ ", " \\___/|____/|____/ \\____| |_| |_____|"]
DESCRIPTION = "Scenes, audio, profiles, recording, and live telemetry — one command center."
LARGE_LOGO = [" ██████╗ ██████╗ ███████╗ ██████╗████████╗██╗ ", "██╔═══██╗██╔══██╗██╔════╝██╔════╝╚══██╔══╝██║ ", "██║ ██║██████╔╝███████╗██║ ██║ ██║ ", "██║ ██║██╔══██╗╚════██║██║ ██║ ██║ ", "╚██████╔╝██████╔╝███████║╚██████╗ ██║ ███████╗", " ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚══════╝"]
TAGLINE = "Broadcast control, without breaking flow."
Instance methods
render(area : CryTUI::Rect, buffer : CryTUI::Buffer, model : Model, frame : UInt64, total_frames : UInt64)
Source