Hi. Here's a piece of equation art that evolved after playing around with a piece of code Rhapsody and I wrote together.
Programming:
Thanks for all the equation art inspiration:
Technical details: This was rendered using PHP and the GD graphics library. The shape evolves from an intersection of circles and pedals drawn around a center point with various radio values each in constant distance from the next.
The flames are created by using a flood fill algorithm and restricting it in resolution to create areas that get filled. Anti aliasing is disabled in purpose to achieve these beautiful fillings by taking advantage of areas the get closer as we approach the center of the shape.
Pedals are drawn using the absolute value of the sinus function and using a circle at the same center as the rest as an x axis and the circle's perpendicular vector at each point as the y axis.
If you're a programmer, you can use PHP to render it yourself. Here's the code. Feel free to use it and modify it for any need. Feel free to leave a comment for any questions you may have, including mathematics or programming questions relevant to this piece. Constructive critique is also very welcome
<?php /* Copyright 2009 (c) <rhapsody@kamibu.com> <dionyziz@kamibu.com> Licensed under the MIT license: [link] */
The Artist has requested Critique on this Artwork
Please sign up or login to post a critique.