July 2009
3 posts
mandelbrot renderer
i cooked up a mandelbrot set renderer yesterday. this will become fancier eventually. if i get around to it. input: 1280 1280 511 -1.25066 0.02012 0.00044 0.00044 output: source: #include <iostream> struct complex { double r; double i; complex(double r_, double i_): r(r_), i(i_) {} complex(double r_) : r(r_), i(0) {} }; complex operator+ (complex a, complex b) { return...
Jul 26th
“Pleasure Button This is told in Edward’s perspective. All characters...”
– http://www.twatfax.com/Pleasure_Button (now a dead link. posting it here so it’s harder for me to lose it)
Jul 13th
first post
woo. details to come at a later date.
Jul 13th