https://github.com/pavangudiwada/generative-art-with-go
A repo for wallpaper pieces I do for fun
https://github.com/pavangudiwada/generative-art-with-go
art generative generativeart wallpapers
Last synced: 4 months ago
JSON representation
A repo for wallpaper pieces I do for fun
- Host: GitHub
- URL: https://github.com/pavangudiwada/generative-art-with-go
- Owner: pavangudiwada
- Created: 2023-09-16T14:03:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T16:40:34.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T20:43:09.107Z (6 months ago)
- Topics: art, generative, generativeart, wallpapers
- Language: Go
- Homepage:
- Size: 3.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generative Art with Go
This repository is a collection of generative algorithms creating simple art written in Go.
**🏗️ While this is still work in progress, you can use these files to generate nice wallpapers of your own linking.**
## Generating Wallpapers
1. Clone the Repo.
2. Make changes to the width, height and size variables if needed.
3. Run `go mod download`, then `go run main.go`
4. Go to the main function and uncomment the style you want.
5. ENJOY!🥳## Samples
### draw_line_pallet()
### draw_line_rotate()
### draw_line_stroke()
### draw_line_mixed()
### draw_lines_circles()
