Crate kwui

Source
Expand description

§kwui

A cross-platform GUI library for Rust focused on simplicity and fast development of small tools. Inspired by sciter.

User Guide

Macros§

make_args
Make script function args, return [ScriptValue]

Structs§

Application
The kwui running environment.
ScriptEngine
The global script engine
ScriptEventHandler
Handler retrieved from add_event_handler, for removing event handler later.
ScriptValue
Wraps JavaScript value

Traits§

FromScriptValue
Convert Script to rust type
IntoScriptValue
Convert rust type to ScriptValue
ScriptFunction
An invokable function with specified signature.