Code Expo - Sierpinski Carpet Generator

Date: Monday, December 11th @ 7pm

December's meeting will feature a Sierpinski carpet (https://en.wikipedia.org/wiki/Sierpinski_carpet) generator written in python (https://github.com/danclark5/python-sierpinski-carpets) by fellow member, Dan Clark.

Sierpinski carpets are fractals that use pattern replacement to yield simple yet intricate designs. First described in 1916, Sierpinski carpets are commonly used project examples in computer science as they can demonstrate a number of topics such as recursion and algorithm efficiency. Due to their simple nature they are easy to implement while allowing for an impressive feature set to keep things interesting.

The project that will be presented is a command line based utility that is capable of generating bitmap images of Sierpinski carpets. It has the ability to accept a custom rule set that will allow for custom patterns. We'll explore the possibilities it presents, and look into ways the project can be enhanced.

The goal of the code expo is that questions, comments, and inspiration will be invoked. Open to all, the project will be introduced, demonstrated, and guests will be encouraged to participate. Hopefully, a productive dialog will result, and everyone will come away with something new.

Useful links

https://en.wikipedia.org/wiki/Sierpinski_carpet

https://github.com/danclark5/python-sierpinski-carpets