Skip to content

toto-castaldi/3d-terrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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