abstreet/ezgui/src
2019-02-06 12:58:26 -08:00
..
assets organizing ezgui into subdirectories 2019-02-01 09:55:25 -08:00
widgets WIP stabilize screenshotting 2019-02-05 15:18:02 -08:00
canvas.rs starting to move some text drawing code out of canvas 2019-01-31 23:40:15 -08:00
color.rs use const functions to construct constant colors in many cases, now that rust 2018 is here 2018-12-22 12:39:17 -08:00
drawing.rs count all Prerender uploads, not just the ones that happen in draw() 2019-02-05 15:02:10 -08:00
event_ctx.rs count all Prerender uploads, not just the ones that happen in draw() 2019-02-05 15:02:10 -08:00
event.rs aha, a slight optimization to not call draw() when events happen that aren't even sent to the application 2019-02-05 15:10:15 -08:00
input.rs stop requiring hotkeys for TopMenu folders 2019-02-02 16:09:30 -08:00
lib.rs organizing ezgui into subdirectories 2019-02-01 09:55:25 -08:00
runner.rs fiddling with the event loop. simplified code, but didn't fix issues. 2019-02-06 12:58:26 -08:00
screen_geom.rs aha, a slight optimization to not call draw() when events happen that aren't even sent to the application 2019-02-05 15:10:15 -08:00
text.rs starting to move some text drawing code out of canvas 2019-01-31 23:40:15 -08:00