preen-gui

Crates.iopreen-gui
lib.rspreen-gui
version0.1.0
created_at2026-01-25 07:28:50.555013+00
updated_at2026-01-25 07:28:50.555013+00
descriptionGraphical User Interface (GUI) for the Preen system cleaner.
homepage
repositoryhttps://github.com/Preen-rs/preen.git
max_upload_size
id2068334
size2,434
Daniel Niazmand (madebydaniz)

documentation

README

preen-gui

This crate provides the Graphical User Interface (GUI) for the Preen system cleaner.

It is the focus of Phase 2 of the Preen project development. It acts as a Driver in the Hexagonal Architecture, sending Commands to the preen-core and rendering the visual interface based on the Events received.

Technology (Planned)

The GUI will be built using a modern, cross-platform Rust GUI framework to ensure a native look and feel on both macOS and Linux.

  • Framework: Iced or Tauri (To be decided based on final requirements).

Usage

To run the GUI application from the workspace root:

cargo run --package preen-gui
Commit count: 0

cargo fmt