module
Version:
v0.0.0-...-bee8768
Opens a new window with list of versions in this module.
Published: Apr 4, 2022
License: MIT
Opens a new window with license information.
README
¶
GoGenerate

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
Click to show internal directories.
Click to hide internal directories.