#ui-framework #dialog #tray #windowing #framework #desktop-applications

fui_system

System controls (dialogs, tray etc.) for FUI UI Framework

17 releases

0.13.0 May 24, 2024
0.12.1 Jun 8, 2023
0.12.0 Apr 17, 2023
0.11.0 Aug 16, 2022
0.1.0 May 20, 2021

#255 in GUI

Download history 76/week @ 2024-03-29 21/week @ 2024-04-05 1/week @ 2024-05-17 119/week @ 2024-05-24 6/week @ 2024-05-31 7/week @ 2024-06-07 3/week @ 2024-06-14 1/week @ 2024-06-28 56/week @ 2024-07-05

57 downloads per month
Used in 4 crates (3 directly)

GPL-3.0-or-later…

150KB
3K SLoC

Rust 2K SLoC // 0.0% comments C++ 734 SLoC // 0.0% comments Prolog 25 SLoC

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

Dependencies

~0.4–4MB
~71K SLoC