https://github.com/l3mon4d3/perlin_plane
https://github.com/l3mon4d3/perlin_plane
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/l3mon4d3/perlin_plane
- Owner: L3MON4D3
- Created: 2020-09-11T18:32:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T15:35:35.000Z (almost 5 years ago)
- Last Synced: 2025-03-06T07:55:28.953Z (8 months ago)
- Language: C++
- Size: 194 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# perlin_plane
Generate a 3D-plane using Perlin Noise.
The underlying Noise can be modified at will, eg. a 2D sine-function to even out the edges or a fixed modifier to the noise.


## Build
- Install ```glfw3``` using your Package Manager
- ```cmake -B build```
- ```cmake --build build```