Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diagmatrix/gomap
Create maps from noise using GO
https://github.com/diagmatrix/gomap
Last synced: about 2 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T19:53:54.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T21:48:04.366Z (3 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:
![heightmap](./imgs/testO8A127.png)Final image:
![map](imgs/ctestO8A127K5P9.png)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