Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 285 Bytes

File metadata and controls

13 lines (11 loc) · 285 Bytes

To run: go run main.go

Play around by tweaking these values in GeneratePointerDudes():

numDudes := 101
horizDisplacementFactor := .2
vertIncrementFactor := .55
dudeScalingFactor := .9
fontIncrementFactor := .95

Can also modify the height an width of the image in main