Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 991 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 991 Bytes

vbmapg

vbmapg is a procedural generation library for 2D-maps in Go. Based on perlin-noise.

Build Status codecov Go Report Card GoDoc

Usage

$ gen <width> <height> [Optional: <filename.jpeg>]

Create an example map encoded in JPG

$ go run -mod=vendor cmd/gen/gen.go 100 100 example.jpg

Examples

Sample1 Sample2
Sample3 Sample4
Sample5