https://github.com/michaelkolesidis/perlin-landscape
Landscape created dynamically using Perlin noise.
https://github.com/michaelkolesidis/perlin-landscape
creative-coding generative-art p5js p5js-animation p5js-experiment p5js-sketch perlin-noise perlin-noise-3d perlin-terrain
Last synced: 24 days ago
JSON representation
Landscape created dynamically using Perlin noise.
- Host: GitHub
- URL: https://github.com/michaelkolesidis/perlin-landscape
- Owner: michaelkolesidis
- License: agpl-3.0
- Created: 2022-05-10T23:24:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T08:42:41.000Z (10 months ago)
- Last Synced: 2024-07-16T11:14:43.277Z (10 months ago)
- Topics: creative-coding, generative-art, p5js, p5js-animation, p5js-experiment, p5js-sketch, perlin-noise, perlin-noise-3d, perlin-terrain
- Language: JavaScript
- Homepage: https://perlin-landscape.netlify.app/
- Size: 10.7 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
perlin landscape
landscape created dynamically using perlin noise
## Technologies Used
## Description
A 3D landscape is created dynamically using the Perlin noise function of p5.js.
The colors of the background and the landscape can by modified using the color pickers on the top-right corner.
Double-click anywhere to enter fullscreen mode, double-click again (or press ESC) to leave fullscreen mode.
## Screenshot




## License
Copyright (c) 2024 Michael Kolesidis
Licensed under the [GNU Affero General Public License v3.0](https://www.gnu.org/licenses/agpl-3.0.html).