Skip to content

An exploration into the world of procedural image generation

License

Notifications You must be signed in to change notification settings

TheWozard/GoGenerate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoGenerate

test
An exploration into the world of procedural image generation

Getting started

Run

$ go run ./cmd/generate [generator]

Current Generators

Name Output
Blank Creates a blank image of the specified color
Gradient Creates a basic left to right linear gradient
Ramp Creates a basic left to right color ramp gradient
Perlin A basic perlin texture at a scale of 50px grid
Ramp-Tex Texture based gradient implementation
Worley A basic worley texture of 5x5 cells each with a single point
Tiles WIP making generated stone pavers
Stack-Worley implementation of multiple worley textures stacked

Future Plans

Deploy as a serverless application to make easier to demo

About

An exploration into the world of procedural image generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages