Skip to content

VerzatileDev/University.322COM_Terrain_Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents


Introduction

This project showcases a Terrain Generation system capable of producing procedurally generated terrains. These terrains are enhanced with texture mapping that dynamically adjusts based on the terrain's height, resulting in realistic representations of various landscape features, such as grasslands and sandy areas. Additionally, the project includes a procedurally generated animated water feature for added realism.


Software Information

  • Includes Animated / Procedurally generated Water.
  • Procedurally generated Terrain with Multiple uses of Textures depending on height!
  • 3D movabale camera use AWSD (Move around) and Arrow Keys (To look around).
  • May take some time to load at first, but let it go about it! :)

Examples

Youtube Video Image


Installation

  1. Download the .zip file ( "< code >" - download .zip )

  2. Unzip the file

  3. Open the file with visual studio 2020 & up

  4. In case the folder such as ( include / lib ) are not included follow steps:

    4.1 Open project settings top left ( File - project settings )

    4.2 Find include directories add the path from the root folder, which means source.cpp ( Root Directory )

    4.3 root/include - > ( /include )

    4.4 root/lib -> ( /lib )

    4.5 once the directories have been added the errors should dissapear.

  5. Run the Project


Prerequisites

The following project Requires:

  1. Visual studio 2020 ( And higher )
  2. C++ ( With windows 10 SDK, C++ development prequisites )
  3. Terminal add on ( To run the .exe if required, can be done through visual studio as well! )

License

MIT License

Copyright (c) 2023 VerzatileDev

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.