PierfrancescoSoffritti / HeightMapGenerator

a java height map generator based on noise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HeightMapGenerator

A pretty extensible java height map generator based on Perlin Noise and Simplex Noise. It can send data through web socket to a javascript application in order to create a 3D model of the generated height map.

Simplex Noise video
Psyco Perlin Noise video :)

WebSocket Usage

on Windows:

  1. Download TerrainGenerator.zip
  2. Unzip files
  3. Double click on start.bat
  4. Wait until Socket status is Ready and Connection Status is READY SENT. WAITING DATA.. on the web page
  5. Click Send heightmap to WebSocket
  6. Wait a few seconds and the terrain should have been generated on the web page

Alt text

About

a java height map generator based on noise


Languages

Language:Java 100.0%