5 releases (3 breaking)
0.4.1 | Jun 11, 2021 |
---|---|
0.3.0 | Nov 19, 2019 |
0.2.0 | Nov 15, 2019 |
0.1.1 | Aug 15, 2019 |
0.1.0 | Aug 11, 2019 |
#973 in GUI
240KB
569 lines
Conrod-Prompt
A (very) simple library allowing the creation of prompt widgets in Conrod.
License
Licensed under either:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
lib.rs
:
Prompt widgets for conrod
These widgets are used to create prompts for the user to interact with on-screen.
The library is organized as a generic Prompt
widget which has an internal widget
which accepts user interaction.
Some common user interaction cases are implemented already:
Ack
: a prompt for when you want the user to see a message and acknowledge itYesNo
: a prompt for when you want the user to see a message and indicate whether or not they accept it
Dependencies
~5.5MB
~104K SLoC