Skip to content
This repository has been archived by the owner on Dec 15, 2019. It is now read-only.

demiurghg/FusionEngine

Repository files navigation

FusionEngine

Fusion Engine — game and scientific engine

Setup Build Environment

Microsoft Visual Studio 2012 is required to build FusionEngine.

To build the project you need to perform the following steps:

  • Add the following registry variables. (for example user name is 'admin')
[HKEY_CURRENT_USER\Software\FusionEngine]
"Install_Dir"="C:\\Users\\admin\\FusionEngine"
"BinaryDirRelease"="C:\\Users\\admin\\FusionEngine\\Bin\\Release"
"BinaryDirDebug"="C:\\Users\\admin\\FusionEngine\\Bin\\Debug"
"ToolsDir"="C:\\Users\\admin\\FusionEngine\\Bin\\Release"
"ContentDir"="C:\\Users\\admin\\FusionEngine\\Content"
"BuildDir"="C:\\Users\\admin\\FusionEngine\\Build"
  • Install Microsoft DirectX Jun2010

  • Open FusionEngine solution. Some of the projects will not open, it's ok. Just delete them from solution.

  • Build.

  • Run TestGame.