Version: 1.0.6

Installation

Prerequisites

  • .NET 4.6.1 installed

Using the precompiled binaries on Windows

Donwload binaries from the latest release. Run GUI/GUI.exe to start the main GUI application. Or place the content of ProceduralLevelGenerator directory next to the main exe file of your .NET application and then include all dlls (except the BoostWrapper.dll which is an unmanaged C++ dll) to use the generator from your application.

Compiling the source code

Open the MapGeneration.sln file in Visual Studio. Compile the GUI project to get GUI binaries or compile the MapGeneration project to get the layout generator as a DLL. The target platform must be set to x86.