Skip to content

Releases: ger0/hydro-gen

hydro-gen v1.0.2

13 Oct 16:07

Choose a tag to compare

hydro-gen v1.0.2

Window size, erosion algorithm, map size and particle count can be changed in the config.ini located in the program's folder.

(1.0.2 build: fixed wrong map dimensions data in shaders)

hydro-gen v1.0.1

13 Sep 16:20

Choose a tag to compare

hydro-gen v1.0.1

Window size can be changed in the config.ini in the folder with the build.
From now on, hydro-gen handles switching between erosion types by changing options in the config.ini file.

1.0 Releases

22 Jun 16:04

Choose a tag to compare

hydro-gen
Window size can be changed in the config.ini in the folder with the build.

hydro-gen-grid uses the grid based erosion algorithm,
hydro-gen-particle uses the particle based raindrop algorithm.

in particle- build corresponds to a total particle count at any given time:

  • high = 524288 particles
  • mid = 262144 particles
  • low = 65536 particles