Skip to content

A basic heightmap generator based on the diamond-square algorithm

License

Notifications You must be signed in to change notification settings

swatteau/heightmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heightmap generator

This is an experimental heightmap generator written in Rust.

Usage

Type the following command to generate a heightmap file:

cargo run -- path/to/output.dat

Type the following command to view the resulting map:

python viewer.py path/to/output.dat

Example

Sample map

License

Licensed under the Apache License v2.0. See LICENSE.txt.

About

A basic heightmap generator based on the diamond-square algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published