Modding tools and editor suite for the Metroid Prime series
Go to file
Jack Andersen ab80c0113c Add DEW_AUTOUPDATE option to have dew automatically invoked 2019-05-28 11:39:16 -10:00
.idea/codeStyles Linux build fixes 2019-05-25 20:24:13 -10:00
cmake Codegen fixes, DPI scaling, SVG icons 2019-05-26 15:29:10 -10:00
resources Mac OpenGL fixes 2019-05-27 11:25:00 -10:00
src Make tooltip base color black for contrast 2019-05-27 13:47:08 -10:00
templates Fix crash in CompressionUtil::DecompressLZO 2019-05-26 22:23:54 -07:00
.gitignore Linux build fixes 2019-05-25 20:24:13 -10:00
CMakeLists.txt Mac OpenGL fixes 2019-05-27 11:25:00 -10:00
LICENSE License & readme 2018-12-17 14:40:09 -07:00
README.md Couple additional instructions 2018-12-18 21:44:39 -07:00
dew.cmake Add DEW_AUTOUPDATE option to have dew automatically invoked 2019-05-28 11:39:16 -10:00
dewfile.json Add DEW_AUTOUPDATE option to have dew automatically invoked 2019-05-28 11:39:16 -10:00

README.md

Prime World Editor

Prime World Editor is a custom editor suite for Retro Studios' GameCube and Wii games, including the Metroid Prime series and Donkey Kong Country Returns.

Build Requirements

On Windows:

  • Visual Studio 2017 64-bit
  • Qt 5.10 installation
  • Qt Creator
  • LLVM 6.0.1 installation; currently must be installed to C:\Program Files\LLVM\
  • Python 3+
  • Python packages clang and mako
  • You'll also need to download glew 2.1.0 and extract it into the externals folder (so you have externals/glew-2.1.0/).

In addition you'll need to compile assimp and nod separately with CMake. The build system is kind of a pain right now, sorry.

Most of the project code is cross-platform, but currently has only been tested on Windows, and parts of the build process most likely will not work correctly on other platforms.