Magic Set Editor is a tool that can be used to create custom Magic the Gathering cards.
It was originally located on SourceForge, but this fork is meant to be a modernization.
Currently, the big changes from the original version are mainly behind the scenes:
- Uses CMake instead of separate build systems
- Allows installing into any directory
- Native Linux build
- Uses C++11 instead of Boost where possible
Future plans involve going through the codebase, attempting to fix some of the known issues and enhance portability.
I don't claim to know what I'm doing.
I'm partially doing this as a university project, an independant study in code modernization.