Sierpinski triangle/Graphical: Difference between revisions

m
→‎{{header|Processing}}: reorganized items as single hierarchy
m (→‎{{header|Python}}: PEP8 style changes, and changed the comment question into a less ambitious statement)
m (→‎{{header|Processing}}: reorganized items as single hierarchy)
Line 1,712:
Recursive Sierpinski triangles
 
===2DPixel versionsbased===
 
<lang Processing>
Line 1,737:
</lang>
 
====Animated====
<lang Processing>
int depth = 5;
Anonymous user