Skip to content

Commit

Permalink
readme and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdejong committed Oct 1, 2023
1 parent 4c26a01 commit 6f71ae4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Elaborate

[Run online](https://troido.nl/elaborate)

Procedural map generation experiment.

Time complexity: `O(n*log(n)*i)` where `n` is the number of nodes (approximately `(size / nodeSize) ^2`) and i is the number of erosion iterations.

# Screenshots

![large circles](screenshots/circles.png)
![small circles, erosion and deposition](screenshots/erosion_deposition.png)
![polygon background](screenshots/circles_polygons.png)
![lakes and subaquatic streams](screenshots/lakes.png)
Binary file added screenshots/circles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/circles_polygons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/erosion_deposition.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/lakes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f71ae4

Please sign in to comment.