https://github.com/diagmatrix/gomap
Create maps from noise using GO
https://github.com/diagmatrix/gomap
Last synced: 4 months ago
JSON representation
Create maps from noise using GO
- Host: GitHub
- URL: https://github.com/diagmatrix/gomap
- Owner: diagmatrix
- License: gpl-3.0
- Created: 2022-04-05T10:36:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T19:53:54.000Z (over 3 years ago)
- Last Synced: 2025-01-16T06:16:12.696Z (6 months ago)
- Language: Go
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gomap
Create maps from noise using GO, like this one:Noise created using Diamond-Square algorithm:
Final image:
Todo:
- More smoothing algorithms
- More noise generators
- Maybe making the grayscale -> color better?
- Document the code
- Create an actual program in `main.go`
- Anything that crosses my mind