SpacemanDMM/src/tools
2020-09-13 19:17:07 -07:00
..
dmm Always buffer files before lexing them 2020-05-02 15:30:41 -07:00
examples Move common state index logic into dreammaker crate 2020-09-13 19:15:21 -07:00
render_passes Add relics to random render pass 2020-09-12 15:37:37 -07:00
tests Apply a variety of rustfmt suggestions 2018-10-21 14:15:09 -07:00
Cargo.toml Upgrade to lodepng v3.0 2020-07-11 12:49:53 -07:00
dmi.rs Move common icon rect logic into dreammaker crate 2020-09-13 19:17:07 -07:00
dmm.rs Always buffer files before lexing them 2020-05-02 15:30:41 -07:00
icon_cache.rs Resolve unused parens warnings 2020-05-02 14:24:05 -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.