Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 528 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 528 Bytes

Generating height-maps with diamond square

This is a header-only C++ library implementing the diamond square algorithm for height-map generation.

Demo

A demo application that utilizes the library to generate height-map textures can be found under demo/. You can view some of the generated textures under demo/img/.

License

This software is licensed under the MIT License. See the LICENSE file for more information.