abstreet/map_gui/src/render
2021-10-31 13:52:58 -07:00
..
agents.rs Render A/B Street's lanes and traffic simulation on top of Mapbox GL (#788) 2021-10-31 13:52:58 -07:00
area.rs Based on startup params, display an extra 'study area' on the map. cyipt/actdev#44 2021-01-27 13:00:48 -08:00
bike.rs Extend the parking thought bubbles to handle people climbing steep hills. 2021-07-10 17:14:10 -07:00
building.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
bus_stop.rs Cleanup from the great app split: 2020-11-23 17:58:32 -08:00
car.rs Extend the parking thought bubbles to handle people climbing steep hills. 2021-07-10 17:14:10 -07:00
intersection.rs Fix some of the worst zig-zaggy bugs with drawing intersection curbs. 2021-10-30 12:07:13 -07:00
lane.rs Concave hull, you're drunk, go home (#792) 2021-10-27 13:19:13 -07:00
map.rs Nest DrawLanes within DrawRoads. This is a followup to #747, motivated 2021-10-08 08:34:02 -07:00
mod.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
parking_lot.rs Steps towards the new color-scheme. #715 2021-08-01 09:53:48 -07:00
pedestrian.rs Extend the parking thought bubbles to handle people climbing steep hills. 2021-07-10 17:14:10 -07:00
road.rs Nest DrawLanes within DrawRoads. This is a followup to #747, motivated 2021-10-08 08:34:02 -07:00
traffic_signal.rs Store Movements per Intersection, instead of constantly calculating them! #746 2021-09-06 14:53:37 -07:00
turn.rs Store Movements per Intersection, instead of constantly calculating them! #746 2021-09-06 14:53:37 -07:00