Skip to content

krasnotsvetov/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.

About

Fusion Engine — game and scientific engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 51.1%
  • C++ 36.9%
  • Objective-C 8.1%
  • C 2.2%
  • HLSL 1.6%
  • NSIS 0.1%