fui_system

Crates.iofui_system
lib.rsfui_system
version0.13.0
sourcesrc
created_at2021-05-20 09:54:34.884028
updated_at2024-05-24 16:07:43.052395
descriptionSystem controls (dialogs, tray etc.) for FUI UI Framework
homepage
repositoryhttps://github.com/marek-g/rust-fui
max_upload_size
id399908
size213,993
Marek Gibek (marek-g)

documentation

https://docs.rs/fui_system

README

fui_system

Cross-platform windowing library. Compared to winit / sdl / sfml it is better suited for desktop applications as it gives you abstractions not only for windows but also for other desktop related features like dialogs, menus, notification tray icons etc.

Supported platforms:

  • Linux (X11/Wayland using Qt)
  • Windows (using Qt, tested on msys2 / mingw)
  • it should be relatively easy to add other platforms supported by Qt

Features:

  • multiple windows
  • OpenGL support
  • system tray icons
Commit count: 636

cargo fmt