Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@kompoth kompoth released this 01 Sep 17:30
· 24 commits to main since this release

Initial version featuring:

  • 2D hexagonal space algebra.
  • Basic pathfinding methods based on the Dijkstra's algorithm.
  • Height map generation using a modified Diamond-Square algorithm.
  • Elimination of isolated depressions using the Planchon-Darboux method.
  • River generation.
  • Visualization based on the matplotlib package.