kwui
A cross-platform GUI library for Rust focused on simplicity and fast development of small tools. Inspired by sciter.
Features
- Builtin JavaScript engine, and CSS parser
- React Hooks alike functional components API
- Easy interop between
RustandJavaScript - Cross-platform support (Windows, Android)
Documentation
FAQ
- Why another GUI library?
- Porting server-side Rust code to client-side quickly, to explore and evaluate new technology.
- Porting tools to mobile platforms quickly.
Example - Hello world
import from "Keact";
app.;