Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-17T16:40:34.000Z (over 1 year ago)
- Last Synced: 2024-11-08T11:56:57.825Z (2 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_palette_Palette1.png)### draw_line_rotate()
![](./draw_line_rotate_Palette4.png)### draw_line_stroke()
![](./draw_line_stroke_Palette4.png)### draw_line_mixed()
![](./draw_line_mixed_Palette2.png)### draw_lines_circles()
![](./draw_lines_circles_Palette3.png)