From 90c205c18ad8311cbd8255be31be3980a0d6e8b3 Mon Sep 17 00:00:00 2001 From: ZeWaka Date: Sat, 24 Jun 2023 17:27:27 -0700 Subject: [PATCH] Add list of tools to the README (#14) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 16132e8..dcc11ae 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,11 @@ A DMI library for [BYOND] written in Rust. Provides helpers to manipulate and produce DMI format files. [BYOND]: https://secure.byond.com/ + +## Tools made with this + +* [icon-cutter](https://github.com/tgstation/icon-cutter): A tool for generating .dmi files for use with an 8-bit bitmasking system +* [hypnagogic](https://github.com/actioninja/hypnagogic): A tool for pregenerating bitmasked icons +* [dmi-duplicate-state-checker](https://github.com/spacestation13/dmi-duplicate-state-checker): A tool for checking if DMIs have duplicate icon_states +* [canvas-resizer](https://github.com/Rohesie/canvas-resizer/): A tool to resize DMI canvases +* [icon-merger](https://github.com/Rohesie/icon-merger): A tool to merge multiple compatible dmis into a one