Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

πŸ” Procedural terrain using Three.js and perlin noise, Now Accelerated by your GPU!

Notifications You must be signed in to change notification settings

FarazzShaikh/Terrain-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

87 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Terrain Builder.

Procedural Terrain Right in The Browser, Now Accelerated by your GPU!

Launch Terrain Builder 2.2 ( Not built for mobile. )

Screenshot

Controls:

  • Left Mouse + drag : Orbit
  • Right Mouse + drag : Pan
  • Middle Mouse + drag : Zoom

What's New in v2.2?

  • πŸ” Changed the noise algorithm resulting in much more realistic terrain.
  • 🀚Now you can move the settings tabs out of the way.

And What's New in v2?

  • πŸš€ Now uses your GPU to produce realtime results.
  • βš›οΈ Rewritten Entirely in React using MVC.
  • πŸ’» Brand new UI.
  • πŸ“€ Download your generated height maps!
  • βš™οΈ Change Map resolution and Terrain resolution independently.
  • β›° Better Terrain Generation.

Run for Development:


git clone https://github.com/FarazzShaikh/Terrain-Builder.git


cd Terrain-Builder


npm install


npm run dev

Served on http://localhost:3000

Major Frameworks Used: