PHP Classes
elePHPant
Icontem

Fractal: Render Koch curve fractal images

Recommend this page to a friend!
  Info   Screenshots Screenshots   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2009-03-23 (9 years ago) RSS 2.0 feedStarStarStar 59%Total: 432 This week: 1All time: 6,108 This week: 480Up
Version License PHP version Categories
fractal 1.0Free for non-comm...4.0Algorithms, Graphics
Description Author

This class can be used to render Koch curve fractal images.

It takes a number of iteration levels to perform and renders a Koch curve fractal in an image of a given size.

The generated fractal image can be served as the current script output in JPEG format.

Name: Reza Salehi <contact>
Classes: 18 packages by
Country: Canada Canada
Innovation award
Innovation award
Nominee: 1x

Winner: 1x

Details
According to Wikipedia, A fractal is generally "a rough or fragmented geometric shape that 
can be split into parts, each of which is (at least approximately) a reduced-size copy of 
the whole,"[1] a property called self-similarity.   

This PHP script draws a Koch Curve which is a type of Fractal. 
It simply takes an integer as the Koch Curve level and draws it as a jpeg image.
This image can be downloaded like any normal image.

You just need to have PHP GD library installed. You can try this application on my website
at [http://www.dreamstube.com/post/Kich-Curve-This-time-in-PHP.aspx].

Thanks,
Reza Salehi

Screenshots  
  • FractalLevel3
  Files folder image Files  
File Role Description
Plain text file fractal.class.php Class fractal main class
HTML file index.htm Data Data entry form
Plain text file index.php Example Sample script consuming the Fractal class
Plain text file readme.txt Doc. Read Me

 Version Control Unique User Downloads Download Rankings  
 0%
Total:432
This week:1
All time:6,108
This week:480Up
User Ratings User Comments (1)
 All time
Utility:75%StarStarStarStar
Consistency:91%StarStarStarStarStar
Documentation:66%StarStarStarStar
Examples:58%StarStarStar
Tests:-
Videos:-
Overall:59%StarStarStar
Rank:1414
 
Works on the demo site.
9 years ago (F Philip DeGeorge)
62%StarStarStarStar