An open API service indexing awesome lists of open source software.

https://github.com/l3mon4d3/perlin_plane


https://github.com/l3mon4d3/perlin_plane

Last synced: 4 months ago
JSON representation

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.

drawingdrawing

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