-
Notifications
You must be signed in to change notification settings - Fork 0
UI #9
Copy link
Copy link
Open
Labels
core featureImplementation of an essential feature for the authenticatorImplementation of an essential feature for the authenticator
Metadata
Metadata
Assignees
Labels
core featureImplementation of an essential feature for the authenticatorImplementation of an essential feature for the authenticator
Choice of GUI framework:
Tauri, an electron-like framework. It would be nice for refreshing my front-end skills, and might be worthwhile if I ever require a more complex UI (e.g, credential syncing, more configuration options like storage backends, import/export)
iced - a cross platform UI library for Rust (made from scratch) that follows the Elm architecture.
A lot simpler than Tauri, though it is a 'toy' framework and might be limited in some aspects.
relm - GTK based, also follows the Elm architecture.
Don't use a GUI and instead do something crude like starting an interactive terminal when asking for UV/UP.
Maybe a TUI library?
Features:
makeCredential)