Show HN: A pattern generator with 1300 shapes and 300 dpi
21–30 of 32 posts
Re: Show HN: A pattern generator with 1300 shapes and 300 dpi
#22Kudos for the SVG download option too!
Re: Show HN: A pattern generator with 1300 shapes and 300 dpi
#23This is great. I particularly like the Bauhaus styles. Excellent work :) Kudos for the SVG download option too!
Re: Show HN: A pattern generator with 1300 shapes and 300 dpi
#24Might want to be careful about checking resulting aggregated outputs from this code.
Re: Show HN: A pattern generator with 1300 shapes and 300 dpi
#25Re: Show HN: A pattern generator with 1300 shapes and 300 dpi
#26> 300 DPI That seems a strange thing to claim in this context. I can make a 300 DPI image that's 1px by 1px. It's the number of pixels that counts for raster images - not the "suggested output size" (which is what DPI essentially is without further context)
Re: Show HN: A pattern generator with 1300 shapes and 300 dpi
#27Randomness can lead to unexpectedly-identifiable outputs: the "Chubby Yettie" generated graphic[0] has what almost looks like a swastika in the upper-left corner. Might want to be careful about checking resulting aggregated outputs from this code. [0] https://imgur.com/a/502xTOU
Re: Show HN: A pattern generator with 1300 shapes and 300 dpi
#28I did something similar a couple of years ago for a background App for Android, while exploring Kotlin, but more based on pre-defined "patterns" instead of shapes.
Feel free to take a look ;)
Github: https://github.com/ODDBureau/mosayq
Android App: https://play.google.com/store/apps/details?id=com.oddbureau....
Re: Show HN: A pattern generator with 1300 shapes and 300 dpi
#29Excellent! Perhaps offer to save as PNG rather than JPEG, for these?
Re: Show HN: A pattern generator with 1300 shapes and 300 dpi
#30Great work. Really like semi-randomised pieces of art like these. I did something similar a couple of years ago for a background App for Android, while exploring Kotlin, but more based on pre-defined "patterns" instead of shapes. Feel free to take a look ;) Github: https://github.com/ODDBureau/mosayq Android App: https://play.google.com/store/apps/details?id=com.oddbureau....