Mandelbrot approximation
|
12-22-2013, 09:29 PM
(This post was last modified: 12-22-2013 10:49 PM by Tugdual.)
Post: #1
|
|||
|
|||
Mandelbrot approximation
This is an approximation which uses the triangle_p function to display the Mandelbrot set. This is much faster about 20 secs) than iterating through all pixels but still fairly slow and the resulting image is blur (a bit like over compressed jpeg). It also consumes a fair amount of memory due to usage of very large matrices. In other words, this is not very nice nor practical, just experimental...
Possible improvements: - is it possible to somehow use the ITERATE function and achieve faster results? - would be nice to use cursor and zoom (may be with a box?) - implement better palette If anybody can think of possible optimizations, please do not hesitate to share ideas. Code:
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Mandelbrot approximation - Tugdual - 12-22-2013 09:29 PM
RE: Mandelbrot approximation - ww63 - 10-23-2014, 07:35 AM
RE: Mandelbrot approximation - StephenG1CMZ - 09-20-2015, 01:11 PM
|
User(s) browsing this thread: 1 Guest(s)