-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple GUI #6
base: develop
Are you sure you want to change the base?
Simple GUI #6
Conversation
Due to how the GUI is implemented for Could be resolved if the GUI is initialized on a thread then in the |
Implement a simple wizard GUI so this doesn't scare off people who don't understand that
command-line != virus
.fltk-rs will be used since I already have some knowledge about it with one of my projects rustgrab, and it's fairly simple to understand. The only downside is that everything has to run on one thread, so multi-threading might be a little bit difficult.
src/gui/download_ui.fl
).tar.zstd
sourcemods
not found.All handling for gui-related things belong in the
gui
module, which can be found in./src/gui/mod.rs
.