Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 834 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 834 Bytes

3D - TERRAIN

Fly on a 3D terrain generated on a Perling Noise. It is written in P5JS.

Inspired by a Coding Challenge of Daniel Shiffman

Here is the online version.

Press 'I' button to save the Rain to your Desktop as an png image

Develop

It requires NodeJS (developed with v10.16.0, you can use even a greater version) installed locally and a Browser like Google Chrome

//download modules after clone
> npm install
//develop locally with auto-reload
> npm run start
> google-chrome http://localhost:8080
//build
> npm run build
> google-chrome dist/index.html