Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gocs/map
delaunay based map editor
https://github.com/gocs/map
Last synced: about 1 month ago
JSON representation
delaunay based map editor
- Host: GitHub
- URL: https://github.com/gocs/map
- Owner: gocs
- License: apache-2.0
- Created: 2021-11-07T17:43:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T20:23:04.000Z (2 months ago)
- Last Synced: 2024-10-20T04:59:51.408Z (2 months ago)
- Language: Svelte
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Map
delaunay based map editor
![image](https://user-images.githubusercontent.com/27877342/155890066-e4961a00-d105-443e-acb6-6558101a0673.png)
## prerequisites
go 1.x compiler
## run
```
go run main.go
```then go to http://localhost:3131/
- drag the black dots to move the cells
- double click blue background to create a sea cell
- double click peach background to create a sand cell
- double click green background to create a forest cell
- double click black background to create a rock cell
- double click black circle to remove the cell# license
apache 2.0