<linkrel="alternate icon"type="image/png"href="../favicon-32x32.png"><styletype="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><bodyclass="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu">☰</div><ahref='../map_gui/index.html'><divclass='logo-container rust-logo'><imgsrc='../rust-logo.png'alt='logo'></div></a><pclass='location'>Crate map_gui</p><divclass='block version'><p>Version 0.1.0</p></div><divclass="sidebar-elems"><aid='all-types'href='all.html'><p>See all map_gui's items</p></a><divclass="block items"><ul><li><ahref="#modules">Modules</a></li><li><ahref="#structs">Structs</a></li><li><ahref="#enums">Enums</a></li><li><ahref="#traits">Traits</a></li></ul></div><pclass='location'></p><script>window.sidebarCurrent={name:'map_gui',ty:'mod',relpath:'../'};</script></div></nav><divclass="theme-picker"><buttonid="theme-picker"aria-label="Pick another theme!"><imgsrc="../brush.svg"width="18"alt="Pick another theme!"></button><divid="theme-choices"></div></div><scriptsrc="../theme.js"></script><navclass="sub"><formclass="search-form"><divclass="search-container"><div><selectid="crate-search"><optionvalue="All crates">All crates</option></select><inputclass="search-input"name="search"disabledautocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"></div><spanclass="help-button">?</span>
<aid="settings-menu"href="../settings.html"><imgsrc="../wheel.svg"width="18"alt="Change settings"></a></div></form></nav><sectionid="main"class="content"><h1class='fqn'><spanclass='out-of-band'><spanid='render-detail'><aid="toggle-all-docs"href="javascript:void(0)"title="collapse all docs">[<spanclass='inner'>−</span>]</a></span><aclass='srclink'href='../src/map_gui/lib.rs.html#1-120'title='goto source code'>[src]</a></span><spanclass='in-band'>Crate <aclass="mod"href=''>map_gui</a></span></h1><divclass='docblock'><p>This crate contains common code for applications that draw and interact with a <code>Map</code>.</p>
<table><trclass='module-item'><td><aclass="mod"href="colors/index.html"title='map_gui::colors mod'>colors</a></td><tdclass='docblock-short'><p>A color scheme groups colors used for different map, dynamic, and UI elements in one place, to
encourage deduplication. The player can also switch between different color schemes.</p>
</td></tr><trclass='module-item'><td><aclass="mod"href="load/index.html"title='map_gui::load mod'>load</a></td><tdclass='docblock-short'><p>Loading large resources (like maps, scenarios, and prebaked data) requires different strategies
on native and web. Both cases are wrapped up as a State that runs a callback when done.</p>
</td></tr><trclass='module-item'><td><aclass="mod"href="options/index.html"title='map_gui::options mod'>options</a></td><tdclass='docblock-short'></td></tr><trclass='module-item'><td><aclass="mod"href="render/index.html"title='map_gui::render mod'>render</a></td><tdclass='docblock-short'><p>Render static and dynamic map elements.</p>
</td></tr><trclass='module-item'><td><aclass="mod"href="simple_app/index.html"title='map_gui::simple_app mod'>simple_app</a></td><tdclass='docblock-short'></td></tr><trclass='module-item'><td><aclass="mod"href="tools/index.html"title='map_gui::tools mod'>tools</a></td><tdclass='docblock-short'><p>Assorted tools and UI states that're useful for applications built to display maps.</p>
<table><trclass='module-item'><td><aclass="struct"href="struct.SimpleApp.html"title='map_gui::SimpleApp struct'>SimpleApp</a></td><tdclass='docblock-short'><p>Simple app state that just renders a static map, without any dynamic agents on the map.</p>
<table><trclass='module-item'><td><aclass="trait"href="trait.AppLike.html"title='map_gui::AppLike trait'>AppLike</a></td><tdclass='docblock-short'><p>An application wishing to use the tools in this crate has to implement this on the struct that
implements <code>widgetry::SharedAppState</code>, so that the tools here can access the map. See
<code>SimpleApp</code> for an example implementation.</p>