Skip to content
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

FEATURE REQUEST: File dialogs #43

Open
yaccos opened this issue Nov 2, 2023 · 1 comment
Open

FEATURE REQUEST: File dialogs #43

yaccos opened this issue Nov 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@yaccos
Copy link

yaccos commented Nov 2, 2023

Currently, Shu features two ways of specifying file paths: Manually entering the file path in the path field or dragging the files onto the screen. I find the latter approach to be the far more convenient option, but I would occationally file having a full file dialog. Besides, drapping and dropping does not work for exports. I suggest adding support for the operating's systems file dialog for selecting files for import and export. This could for instance be done through the rdf crate.

@carrascomj
Copy link
Member

That crate looks like a good option, since it supports WASM too and it does not depend on an async runtime, which is important for bevy integration.

I'll probably get to work on these features after shu publication, hopefully soon.

@carrascomj carrascomj added the enhancement New feature or request label Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants