start.lua

local ui = require('likelihud')

local start = ui.Layout {
    rows = 3,

    ui.Block { },

    ui.Layout {
        rows = 2,

        fill = { x = true, y = false },

        ui.Label {
            text  = 'Press 1, 2, 3, ... to switch between examples'
        },

        ui.Label {
            text  = 'Press q to quit'
        }
    },

    ui.Block { },
}

return start
generated by LDoc 1.5.0 Last updated 2025-10-06 16:29:50