abstreet/map_gui/src
Dustin Carlino a4906a2953 More flag-guarded color scheme progress towards #715:
- choosing some building colors
- proper unzoomed road/intersection outlines
- adjusting curb color based on road rank (for arterials, it was the
  same grey!)
2021-07-28 12:12:01 -07:00
..
render More flag-guarded color scheme progress towards #715: 2021-07-28 12:12:01 -07:00
tools Don't draw buildings on the minimap in the new color scheme. #715 It's too much detail for a small view, and the colors bleed into roads. 2021-07-26 11:37:58 -07:00
colors.rs More flag-guarded color scheme progress towards #715: 2021-07-28 12:12:01 -07:00
lib.rs Prefer slices over reference to owned type 2021-05-15 14:24:08 -07:00
load.rs Allow DrawWithTooltip to return custom data instead of string labels. 2021-07-18 14:14:19 -07:00
options.rs Iterate on the curb rendering for #715. A simple start to it already happens to exist for an old color scheme experiment. 2021-07-25 13:08:14 -07:00
simple_app.rs Draw building driveways per zoomed-in road, rather than as one map-wide batch. Otherwise, every single edit to road width needs to redraw all driveways. This doesn't scale with larger maps! 2021-07-15 18:05:04 -07:00