Polyspiral: Difference between revisions

(→‎{{header|Java}}: added zkl)
(→‎{{header|zkl}}: formatting)
Line 146:
[[File:PolySprial.zkl.gif|250px|thumb|right]]
If you click on the image, it is animated.
 
Uses the PPM class from http://rosettacode.org/wiki/Bitmap/Bresenham%27s_line_algorithm#zkl
<lang zkl>w,h:=640,640;
Anonymous user