Clownacy
Member
- Messages
- 40
SonMapEd is pretty old, having last been updated in 2007, but for the last decade it has served as my go-to sprite editor and converter. Unfortunately, there are a few places where it shows its age, such as its inefficient data compression, blurriness on high-DPI displays, and shoddy DPLC generation. Due to SonMapEd being closed-source software, it is not possible to address these issues without complex low-level reverse engineering of the EXE. Additionally, being nothing more than a closed-source EXE, SonMapEd lacks native support for other operating systems (such as Linux) and CPU architectures (such as ARM).
I hope to bring an end to these problems and more with the release of my open source, portable SonMapEd clone - ClownMapEd!
Features:
Screenshot:
Source Code: https://github.com/Clownacy/clownmaped
Windows Executable: https://github.com/Clownacy/clownmaped/releases
I hope to bring an end to these problems and more with the release of my open source, portable SonMapEd clone - ClownMapEd!
Features:
- Written in modern C++!
- Support for Windows, Linux, and presumably many other desktop operating systems, owing to the portability of the Qt framework!
- Support for high-DPI displays, eliminating the blurriness that plagues SonMapEd!
- Vastly-improved DPLC generation, producing data that is even more efficient than that in the original games, and far more efficient than that of SonMapEd!
- Improved data compression, by leveraging Flamewing's 'mdcomp' compression library!
- Support for the Kosinski+ and Comper compression formats!
- Improved colour-matching for sprite importing, leveraging the Delta-E 2000 colour difference algorithm!
- Additional keyboard shortcuts that benefit users of alternate keyboard layouts!
- An accurate clone of SonMapEd, meaning that anyone who is familiar with it will be right at home with ClownMapEd!
- Not based on the bloated Electron framework, unlike a certain other sprite editor!
Screenshot:
Source Code: https://github.com/Clownacy/clownmaped
Windows Executable: https://github.com/Clownacy/clownmaped/releases
Last edited: