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:
|
|||
10-23-2014, 07:35 AM
Post: #2
|
|||
|
|||
RE: Mandelbrot approximation
with FW 6031 (Emulator) this sample Fails with "invalid enty" at the triangle_p function call.
|
|||
09-20-2015, 01:11 PM
Post: #3
|
|||
|
|||
RE: Mandelbrot approximation
It also fails with an invalid entry in the triangle call in the Android emulator.
Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)