swift-libui

0.1.0 • Public • Published

swift-libui-node

!!! Still in development

Use simple to use functions to write GUI in seconds.

Example

const { initContext, beingWin, endWin, form, endform, entry, button, get } = require('swift-libui-node')

initContext()
beginWin()
form()
entry('Message', '', 'message')
button('Go', () => {
    console.log(`Got ${get}`);
}
endform()
endWin()

Thanks to parro-it for libui-node [https://github.com/parro-it/libui-node]

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i swift-libui

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    3.32 MB

    Total Files

    8

    Last publish

    Collaborators

    • knockshore