From 71626887ddad0e0f990fad08c858fd6b9de426c5 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 11 Apr 2024 23:25:45 +0100 Subject: [PATCH] Improve the readme. --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 35ee0cd..51c4dd0 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,20 @@ # ClownMapEd -This is a clone of Xenowhirl's SonMapEd that is made with Qt. +This is a sprite editor for the Mega Drive _Sonic the Hedgehog_ games. It is a clone of Xenowhirl's SonMapEd and is made with the Qt framework. -Enhancements: -- High-DPI support -- Linux support -- Improved data compression (achieved by leverating Flamewing's mdcomp library) -- Vastly-improved Pattern Load Cue generation +https://info.sonicretro.org/ClownMapEd -https://info.sonicretro.org/SonMapEd +## Enhancements + +- Support for high-DPI displays. +- Support for alternate operating systems, such as macOS, Linux, and the BSDs. +- Improved data compression. +- Support for the 'Comper' and 'Kosinski' compression formats. +- Produces optimised Dynamic Pattern Load Cue (DPLC) data. +- Support for the 'MapMacros' format of mappings and DPLCs. +- Improved colour matching when importing sprites. +- Free/libre and open source software. + +## Screenshot ![Screenshot](/screenshot.png)