Tagged Questions

1
vote
2answers
741 views

What is the algorithm for storing the pixels in a spiral in JS?

What is the algorithm for storing the pixels in a spiral in JS?
-1
votes
2answers
613 views

PHP script to draw a spiral?

Does anybody have a PHP (or other language) script for drawing a spiral. A simple (Archimedean spiral) would be just fine. Of course the principle is simple but coding it in SVG or GD would take some ...