ivanceras / sauron-native

Truly cross platform, truly native. multiple backend GUI for rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WIP: Sauron-native

a rust UI library that conquers all platforms ranging from desktop to mobile devices. An attempt to create a truly native, truly cross platform UI for your rust applications.

One UI to rule them all

Sauron native extends the sauron web framework which is heavily inspired by The Elm Architecture. Sauron native can target multiple GUI backends.

Currently supported backend

  • gtk
  • html
  • tui

Screenshot

Running the example

git submodule init
git submodule update
cd examples/cross_widget
./run_gtk.sh
./run_terminal.sh
# if you have wasm-pack installed
./start_web.sh

TODO General

  • Depracate itui, in favor of titik which is much simpler to maintain

TODO widgets

  • button
  • checkbox
  • column ( vbox )
  • row ( hbox )
  • container
  • image
  • progress_bar
  • radio
  • scrollable
  • slider
  • space
  • text
  • text_input (textbox)

TODO platforms

Become a patron

About

Truly cross platform, truly native. multiple backend GUI for rust

License:Apache License 2.0


Languages

Language:Rust 99.9%Language:Shell 0.1%