mapgen_rivers/terrainlib
Gael-de-Sailly 462942cc22 Use iterative finite differences for diffusion, instead of gaussian blur
Allows variable diffusion coefficients
2020-12-27 13:46:25 +01:00
..
__init__.py Moved Python files inside a folder (package), except the 2 that are directly executable 2020-11-14 17:35:27 +01:00
bounds.py For bounds.py (calculation of offsets), use the same data type as rivers 2020-12-24 14:48:17 +01:00
erosion.py Use iterative finite differences for diffusion, instead of gaussian blur 2020-12-27 13:46:25 +01:00
rivermapper.py Added a second method for local flow calculation. It is possible to switch between them using the 'flow_method' parameter. 2020-12-24 14:48:17 +01:00
save.py Moved Python files inside a folder (package), except the 2 that are directly executable 2020-11-14 17:35:27 +01:00
settings.py Moved Python files inside a folder (package), except the 2 that are directly executable 2020-11-14 17:35:27 +01:00
view.py Added optional sea level variations for the simulation. 2020-12-24 14:48:17 +01:00