Happy Pride ya'll! + = add point scissors = remove point flag = change to a different Pride flag Click and drag the points to move them around. If you're not careful, it's possible to combine points at the moment... I may fix that, but for now, enjoy the occasional pretty shapes that result.
This project combines my love of math with my love of LGBTQ+ folks <3 Right now I just have the rainbow, trans flag, and bi flag, but I would LOVE IT if you remixed to add other flags. :) It's not too hard and all in the "colors" sprite-- colors are in hex codes (minus the "#") Origin story: I had been meaning to learn how to make curves with computer graphics. The day after I was thinking about that, I was walking home and my neighbor had a bunch of textbooks in a box that said "free," and one of them was about exactly this topic! I've been reading it and learned how make this from it. This method of creating curves through points is called Cubic Spline Interpolation. Credits: - An Introduction to Splines for Use in Computer Graphics & Geometric Modeling by Bartels, Beatty, and Barsky - Hex color conversion from the wiki