Chris Dennis

@kiriti
30 Followers
73 Following
183 Posts
Wondering what this Mastodon thing is all about.
Plotting Shed Arthttps://plottingshed.art
iNaturalisthttps://www.inaturalist.org/observations?user_id=chrisdennis

I was toying with ways of generating contours from a heightmap or computer image, and started thinking about the behaviour of the wild haggis as it runs around Scottish hillsides. The result is the Haggis Contours algorithm, which I've implemented in Go and published at https://github.com/StarsoftAnalysis/HaggisContours. Given an image file, it generates an SVG image with paths for each contour.

#wildhaggis #contours #golang #svg #imageprocessing #generativeart #computergraphics #DigitalArt #MastoArt

Here's an example

GitHub - StarsoftAnalysis/HaggisContours: A method of converting a heightmap (or similar input) to a set of contours, using the wild haggis algorithm.

A method of converting a heightmap (or similar input) to a set of contours, using the wild haggis algorithm. - StarsoftAnalysis/HaggisContours

GitHub