abstreet/ezgui/src
2018-12-16 18:23:17 -08:00
..
canvas.rs move ownership of GlyphCache into Canvas, so calculating text dimensions can be done during event. Stick the glyphs behind a RefCell to avoid mutability creeping into canvas everywhere 2018-12-16 15:16:02 -08:00
color.rs display when a traffic signal is in overtime 2018-12-14 12:01:00 -08:00
event.rs making my own event, mapping piston's event to it. will simplify downstream code and make moving away from piston even easier. 2018-12-15 20:44:28 -08:00
input.rs start wizard menus with first item selected, like the good ol days 2018-12-16 16:51:15 -08:00
lib.rs specify top menu in UI, but it doesn't do anything yet 2018-12-16 18:23:17 -08:00
log_scroller.rs making my own event, mapping piston's event to it. will simplify downstream code and make moving away from piston even easier. 2018-12-15 20:44:28 -08:00
menu.rs display optional prompt in the menu 2018-12-16 16:58:04 -08:00
runner.rs specify top menu in UI, but it doesn't do anything yet 2018-12-16 18:23:17 -08:00
scrolling_menu.rs rename old ezgui menu to scrolling menu, which color picker will keep using for now 2018-12-16 14:18:43 -08:00
text_box.rs making my own event, mapping piston's event to it. will simplify downstream code and make moving away from piston even easier. 2018-12-15 20:44:28 -08:00
text.rs display optional prompt in the menu 2018-12-16 16:58:04 -08:00
top_menu.rs specify top menu in UI, but it doesn't do anything yet 2018-12-16 18:23:17 -08:00
wizard.rs start wizard menus with first item selected, like the good ol days 2018-12-16 16:51:15 -08:00