# hackweek-rust-gui **Repository Path**: mirrors_getsentry/hackweek-rust-gui ## Basic Information - **Project Name**: hackweek-rust-gui - **Description**: A Hackweek project to create a Crash Reporter GUI in Rust - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-10 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Crash Reporter GUI > This is a Hackweek 2021 Project, we don’t have any intention to make this production quality. The goal of this project is to experiment with the state of Rust GUI, trying to build a graphical UI to submit crash reports and gather user feedback. As this is basically a research project into the Rust GUI landscape, we would like to experiment with following projects/toolkits: | Toolkit | Demo | | -------------------------------------------------- | ---------------------------- | | [druid](https://github.com/linebender/druid) | [sentry-druid](sentry-druid) | | [sixtyfps](https://github.com/sixtyfpsui/sixtyfps) | [sentry-sixty](sentry-sixty) | | [iced](https://github.com/hecrj/iced) | [sentry-iced](sentry-iced) | | [relm](https://github.com/antoyo/relm) | - | | [azul](https://github.com/fschutt/azul) | - | | [moxie](https://github.com/anp/moxie) | - | Depending on time, we can create a GUI in some or all of these frameworks, to get a feel for what the capabilities are for each one. Happy hacking!