Skip to content

prideout/nile

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

Nile generates height maps and images for imaginary islands. It includes:

  • Efficient high-quality resampling of floating-point images. (filter.nim)
  • Efficient computation of signed distance fields. (distance.nim)
  • Tweakable generation of gradient noise. (noise.nim)

To try it out, do:

nim c --run tests/islands.nim

Alternatively, simply invoke islands.nim directly from your shell since it has a shebang. This will enable the release flag, creating a very fast native executable.

About

fractal terrain generator in Nim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages