SpacemanDMM/src/tools
2019-12-07 12:47:30 -08:00
..
dmm Split dmm.rs into multiple files 2019-11-17 11:36:55 -08:00
examples Add Dir 8-way facing enum 2019-11-17 15:19:45 -08:00
render_passes Add sprite_filter render pass step 2019-11-23 15:01:42 -08:00
tests Apply a variety of rustfmt suggestions 2018-10-21 14:15:09 -07:00
Cargo.toml Integrate Category and Layer into RenderPop 2019-11-18 21:29:59 -08:00
dmi.rs Add documentation 2019-11-17 20:32:32 -08:00
dmm.rs Add documentation 2019-11-17 20:32:32 -08:00
icon_cache.rs Make icon loading working-dir independent (#49) 2018-10-21 14:21:54 -07:00
lib.rs Integrate Category and Layer into RenderPop 2019-11-18 21:29:59 -08:00
lint.rs Return a ZLevel from Map::z_level 2019-11-17 14:07:14 -08:00
minimap.rs Add additional HTML colors 2019-12-07 12:47:30 -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.