Skip to content
/ vbmapg Public

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

License

Notifications You must be signed in to change notification settings

vikebot/vbmapg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages