#prompt #widgets #interface #ui

conrod_prompt

A small conrod library for creating user prompt widgets

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

#595 in GUI

MIT/Apache

240KB
569 lines

Conrod-Prompt Crates.io docs.rs

A (very) simple library allowing the creation of prompt widgets in Conrod.

License

Licensed under either:

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 it
  • YesNo: a prompt for when you want the user to see a message and indicate whether or not they accept it

Dependencies

~5MB
~102K SLoC