diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..7e283a17e0a76ec7b748267074229ca66ffa6f88 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# sierpinski-plotter + +Implementation of the Sierpinski Triangle [Chaos Game](https://en.wikipedia.org/wiki/Sierpi%C5%84ski_triangle#Chaos_game). Instead of outputting to an image, it sends HP pen plotter commands to a serial port. Tested on the HP7440A, but probably works on others. + +## Output + +I think this is 12000 points or so? I let it run for a while, then I added the code to allow for watching progress, and then I let it run for like, 6-7k lines. It probably ran for 2-3 hours in total. + +![][output.jpg] diff --git a/output.jpg b/output.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7e648ef063459d2e9dbfb2191f81bd5d7679b58 Binary files /dev/null and b/output.jpg differ