From 79c244d2ea47103cccf0d1852ebd230f122d2dcf Mon Sep 17 00:00:00 2001 From: David Allemang Date: Tue, 1 Aug 2017 23:16:41 -0400 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4bcd1a3 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Harmonograph + +Generates patterns like a real harmonograph. This was just a fun project to work on. It generates a complex parametric equation from input JSON files, and animates the resulting function. It can also save the final image to a file. There are some pre-made JSON files with interesting results in [`Harmonograph/Presets`](https://github.com/allemangD/Harmonograph/tree/master/Harmonograph/presets). + +#### [`sparse2.json`](https://github.com/allemangD/Harmonograph/blob/master/Harmonograph/presets/sparse2.json) +![sparse2.png](https://raw.githubusercontent.com/allemangD/Harmonograph/master/Harmonograph/presets/sparse2.png) + +#### [`sparse.json`](https://github.com/allemangD/Harmonograph/blob/master/Harmonograph/presets/sparse.json) +![sparse.png](https://raw.githubusercontent.com/allemangD/Harmonograph/master/Harmonograph/presets/sparse.png) + +It is also possible to set the lines to be transparent, which can have interesting results when the friction is set very low: + +#### [`blackonwhite.json`](https://github.com/allemangD/Harmonograph/blob/master/Harmonograph/presets/blackonwhite.json)![blackonwhite.png](https://raw.githubusercontent.com/allemangD/Harmonograph/master/Harmonograph/presets/blackonwhite.png)