1bd8cb07ce5dd2c71285c97e7b6a707befccb423
DS-Island-generator
A procedural island generator based on the diamond-square mid point displacement and the particle deposition algorithms.
Compile with:
make
Execute as:
./ds N PREFIX
Where N is a positive integer greater than zero and PREFIX is a string to append to the output file names.
The diamond-square mid point displacement implementation is a port of the code outlined in [this post] 1 at Stack Overflow.
Description
A procedural island generator based on the diamond-square mid point displacement and the particle deposition algorithms.
Languages
C
97.6%
Makefile
2.4%