Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/verzatiledev/university.322com_terrain_generation
A program, that generates a berlin noise terrain with textures using c++
https://github.com/verzatiledev/university.322com_terrain_generation
bmp cplusplus generator soil-library texture university-assignment
Last synced: 7 days ago
JSON representation
A program, that generates a berlin noise terrain with textures using c++
- Host: GitHub
- URL: https://github.com/verzatiledev/university.322com_terrain_generation
- Owner: VerzatileDev
- License: mit
- Created: 2023-07-25T19:01:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T06:38:54.000Z (8 months ago)
- Last Synced: 2024-03-18T07:43:03.818Z (8 months ago)
- Topics: bmp, cplusplus, generator, soil-library, texture, university-assignment
- Language: C++
- Homepage: https://www.youtube.com/watch?v=bmqeZnhqfaw
- Size: 6.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Table of Contents
* [Introduction](#introduction)
* [Software Information](#software-information)
* [Examples](#examples)
* [Installation](#installation)
* [Prerequisites](#prerequisites)
* [License](#license)## 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](https://img.youtube.com/vi/bmqeZnhqfaw/0.jpg)](https://www.youtube.com/watch?v=bmqeZnhqfaw)
## 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.
6. 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.