Sierpinski triangle/Graphical: Difference between revisions

m
Line 1,276:
window _window, @"Sierpinsky Triangle", ( 0, 0, _width, _height )
WindowSetBackgroundColor( 1, fn ColorBlack )
ViewSetFlipped( _windowContentViewTag, YES )
 
fn SierpinskyTriangle( 9, _width * 0.05, _height * 0.05, _width * 0.9, _height * 0.9 )
729

edits