Blog Post

Small Basic Blog
1 MIN READ

Fractals in Small Basic

NonkiTakahashi's avatar
NonkiTakahashi
Iron Contributor
Feb 13, 2019
First published on MSDN on May 02, 2016

Authored by Nonki Takahashi


There is a list of fractal programs in a blog article here . But, I'd like to update and summarize again about fractal programs in this post.

Fractal Tree


I think this may be the first fractal program written in Small Basic. The program is listed in Small Basic Getting Started Guide .

Dragon Curve


Last month, Kenneth Lee Taylor started posting fractal graphics and that codes to Small Basic Enthusiasts .  Following graphic is the first one of them.

Sierpinski Triangle


This is another one by Kenneth.


Mandelbrot


There are some programs drawing Mandelbrot set here .  Following screen shot is one of them written by Rene_Miner.


Koch Curve


This program written by solongos has menu to choose some fractals.  This program is shared in this thread .




Hilbert Curve


The last one is my program ( CMN910 ).  This program is a good sample of recursive call.


Other Resources


Published Feb 13, 2019
Version 1.0
No CommentsBe the first to comment