https://github.com/getsentry/hackweek-rust-gui
A Hackweek project to create a Crash Reporter GUI in Rust
https://github.com/getsentry/hackweek-rust-gui
tag-non-production
Last synced: 3 months ago
JSON representation
A Hackweek project to create a Crash Reporter GUI in Rust
- Host: GitHub
- URL: https://github.com/getsentry/hackweek-rust-gui
- Owner: getsentry
- Created: 2021-08-09T08:23:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T22:30:52.000Z (almost 2 years ago)
- Last Synced: 2024-05-09T23:59:20.674Z (about 1 year ago)
- Topics: tag-non-production
- Language: Rust
- Size: 330 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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!