mandelbrot
Problem coloring the Mandelbrot set on Android
I have a problem with coloring the Mandelbrot set. This is my onDraw() procedure: @Override protected void onDraw(Canvas canvas) {[详细]
2023-03-27 12:28 分类:问答how to do zoom in my code (mandelbrot)
i have the following code and i wanted to know how may i insert zoom into my code.(i read some similar subjects but i can\'t figure).[详细]
2023-02-27 07:43 分类:问答How do I zoom into the mandelbrot set?
I can generate a 400x400 image of the Mandelbrot set from minReal to maxReal and from minImaginary to maxImaginary. So,[详细]
2023-02-26 22:00 分类:问答Code help to determine if point is in Mandelbrot set (check my solution)
Here is my function that tests two points x and y if they\'re in the mandelbrot set or not after MAX_ITERATION 255. It should return 0 if not, 1 if it is.[详细]
2023-02-26 05:38 分类:问答a function which determines if a given point(x, y) is in the mandelbrot set or not
So given any point (a + ib), the function will return 1 if it is in the mandelbrot set or 0 if not for n amount of iterations.[详细]
2023-02-25 05:17 分类:问答Gforth parallel processing
I have written a Forth Mandelbrot fractal plotter, and as much as a technical exercise as anything else I would like to try to speed it up with some parallel processing.[详细]
2023-02-01 13:53 分类:问答Fractals explained
For a while now I\'ve been interested in fractals, the math behind them and the visuals they can produce.[详细]
2023-01-16 15:02 分类:问答Help with rendering the Mandelbrot set in Java
I wrote an implementation of the Mandelbrot set in Java using a JComponent but I\'m getting strange results when I render it. Besides that everything compile开发者_如何学Pythons right. I\'m just not f[详细]
2022-12-28 01:11 分类:问答Big float for shader-based mandelbrot explorer
I\'ve managed to create a simple mandelbrot explorer using Open Gl, and the CGFX SDK provided by NVidia. It works well, but is currently float based, and therefore doesn\'t have much \"depth\" -- As t[详细]
2022-12-18 22:07 分类:问答