abstreet/widgetry/src
2020-11-11 13:20:56 -08:00
..
shaders Support textures on the web as well 2020-10-05 19:50:52 -07:00
tools Generalize the State/Transition GUI structure, moving it into widgetry. 2020-10-22 17:34:59 -07:00
widgets Fix a bug introduced in e3b9c42506 on the proposal saver, and allow blocking-the-box on another Ballard intersection 2020-11-11 13:20:56 -08:00
app_state.rs Get the downloader UI to actually fetch stuff. #326 2020-11-07 18:39:15 -08:00
assets.rs Organize import blocks using https://github.com/dabreegster/organize_rust_imports 2020-10-05 20:29:22 -07:00
backend_glow_native.rs Better error message when the GPU doesn't support the requested mode. #103 2020-10-21 12:19:06 -07:00
backend_glow_wasm.rs Before the .wasm loads, display "Loading" 2020-10-07 23:02:10 -07:00
backend_glow.rs Organize import blocks using https://github.com/dabreegster/organize_rust_imports 2020-10-05 20:29:22 -07:00
canvas.rs Future-proof file organization by changing map_name from a string to a 2020-11-04 17:26:32 -08:00
color.rs Organize import blocks using https://github.com/dabreegster/organize_rust_imports 2020-10-05 20:29:22 -07:00
drawing.rs Build a quadtree of unzoomed agents while drawing, to later speedup mouseover. This seems to make performance fine in debug mode, so get rid of the flag guarding of this feature! [rebuild] 2020-10-20 11:38:38 -07:00
event_ctx.rs Collapse one case of possible nested loading screens. Slightly simpler 2020-10-20 18:24:37 -07:00
event.rs Organize import blocks using https://github.com/dabreegster/organize_rust_imports 2020-10-05 20:29:22 -07:00
geom.rs Organize import blocks using https://github.com/dabreegster/organize_rust_imports 2020-10-05 20:29:22 -07:00
input.rs Organize import blocks using https://github.com/dabreegster/organize_rust_imports 2020-10-05 20:29:22 -07:00
lib.rs Consolidate Slider and AreaSlider. They share most logic, just look different. 2020-10-27 12:13:20 -07:00
runner.rs Generalize the State/Transition GUI structure, moving it into widgetry. 2020-10-22 17:34:59 -07:00
screen_geom.rs Organize import blocks using https://github.com/dabreegster/organize_rust_imports 2020-10-05 20:29:22 -07:00
style.rs Style the loading screen and add tips/news. Closes #180 [rebuild] 2020-09-20 13:02:27 -07:00
svg.rs Organize import blocks using https://github.com/dabreegster/organize_rust_imports 2020-10-05 20:29:22 -07:00
text.rs Cleanups after https://github.com/dabreegster/abstreet/pull/363: 2020-10-10 12:24:42 -07:00