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

Add support for prompt widgets #1299

Open
alberdingk-thijm opened this issue Aug 11, 2019 · 1 comment
Open

Add support for prompt widgets #1299

alberdingk-thijm opened this issue Aug 11, 2019 · 1 comment

Comments

@alberdingk-thijm
Copy link
Contributor

I've just uploaded a crate to crates.io which contains some custom widgets I wanted for a Conrod-based project.

These widgets are for displaying a prompt to the screen along similar lines to your standard GUI prompt where a message is shown to the user, who then clicks a button to dismiss it or respond to it. The current design is very simple, but the general idea seemed like something more people might find useful, so I figured I'd upload it.

If there's interest in integrating the crate into the rest of conrod, I'd be happy to do so, whether as it currently exists or in a more robust form. I also saw on #1241 that there is some discussion of splitting off non-primitive widgets into another conrod_widgets crate; this work would fit there as well.

@alberdingk-thijm alberdingk-thijm changed the title Add support for Prompt Widgets Add support for prompt widgets Aug 11, 2019
@alberdingk-thijm
Copy link
Contributor Author

A working example has now been provided in version 0.1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants