SpacemanDMM/src/tools
Pieter-Jan Briers e07801070e
Optimize map rendering (#242)
It is much faster now, way less terrible blitting code.

---
SpaceManiac's benchmarks indicate about 9% speedup when rendering MetaStation with `--release` on.
2021-02-16 18:00:18 -08:00
..
dmm Always buffer files before lexing them 2020-05-02 15:30:41 -07:00
examples Optimize map rendering (#242) 2021-02-16 18:00:18 -08:00
render_passes Fix kirbyplant/random rendering 2020-10-08 18:25:22 -07:00
tests Apply a variety of rustfmt suggestions 2018-10-21 14:15:09 -07:00
Cargo.toml Optimize map rendering (#242) 2021-02-16 18:00:18 -08:00
dmi.rs Optimize map rendering (#242) 2021-02-16 18:00:18 -08: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 Optimize map rendering (#242) 2021-02-16 18:00:18 -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.