SpacemanDMM/src/tools
2020-04-04 15:36:24 -07:00
..
dmm Remove extraneous absolute paths 2019-12-08 20:52:45 -08:00
examples Add Dir 8-way facing enum 2019-11-17 15:19:45 -08:00
render_passes Fix 'error loading icon' warning if airlocks do not have overlays_file var 2020-03-31 17:31:33 -07:00
tests Apply a variety of rustfmt suggestions 2018-10-21 14:15:09 -07:00
Cargo.toml Update miscellaneous dependencies 2020-04-04 15:36:24 -07:00
dmi.rs Remove extraneous absolute paths 2019-12-08 20:52:45 -08:00
dmm.rs Rename DMError::set_cause to with_cause 2020-01-12 13:28:13 -08:00
icon_cache.rs Make icon loading working-dir independent (#49) 2018-10-21 14:21:54 -07:00
lib.rs Remove map lint module 2019-12-22 15:48:02 -08:00
minimap.rs Update dmm-tools to 2018 edition 2019-12-08 20:59:02 -08:00
README.md Add starter READMEs for the dmm-tools and editor crates 2019-11-20 19:59:03 -08:00

dmm-tools library

This is the shared code which powers both the CLI and editor. It defines the render passes and handles parts of the conversion of the object tree to renderable sprites.