Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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