It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'m working on a Python script that generates a (wrapping) diamond-square fractal in the reverse of the usual order: Instead of starting from the outside corners and subdividing into smaller squares,
This question already has answers here: Avoiding nested for loops (3 answers) Closed 27 days ago. My problem is difficult to explain.
I\'m looking for a graphic library that allow me to plot a pixel point in a specific color with the purpose of draw a fractal (mandelbrot set). I\'ve read the basic math behind fractal and I understan
I\'ve done work on software used for controlling imaging hardware, such as microscopes, that are sometimes hard to get time on.This means it is difficult to test out new/different algorithms which wou
I\'m working on a C# Fractal Generator project right now that requires lots of Arithmetic with Complex numbers, and I\'m trying to think of ways to speed up the math. Below is a simplified set of code
I am trying to write sierpinski triangle on AS3 ,but it looks like i am missing something.I am stuck in this lines of code and trying to solve what is the problem.I made the calculations but it seems
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am currently working on an OpenGL procedural planet generator.I hope to use it for a space RPG, that will not allow players to go down to the surface of a planet so I have ignored anything ROAM rela
For a while now I\'ve been interested in fractals, the math behind them and the visuals they can produce.