/MagicSetEditor

Fork of Magic Set Editor

Primary LanguageC++OtherNOASSERTION

Magic Set Editor

About

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.

Changes

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.

Dependencies

Disclaimer

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.