项目作者: craig4096

项目描述 :
Procedural generation application
高级语言: C
项目地址: git://github.com/craig4096/procgenapp.git
创建时间: 2018-04-16T17:17:51Z
项目社区:https://github.com/craig4096/procgenapp

开源协议:MIT License

下载


Procedural Generation Application

An application developed for research into various different procedural generation techniques that can be applied in real time 3D games or applications. This includes techniques for procedurally generating terrain, building structures and textures/materials.

















drawingdrawingdrawing
drawingdrawingdrawing
drawingdrawingdrawing

Build instructions

Install vcpkg and run the following command to install library dependencies:

  1. vcpkg install wxwidgets opengl glew glm

Then cd into the project root folder and run the following cmake commands:

  1. cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=<path_to_vcpkg_dir>\scripts\buildsystems\vcpkg.cmake
  1. cmake --build build --config Release

Replacing the with the path to your vcpkg installation folder. This will place the executable and resource files into the /build/Release/ folder. You can build the Debug build by specifying —config Debug instead.