|
I'm do not have any experience with programming fractals. Offcours i've seen the famous Mandelbrot images and such.
Can you provide me with simple algorithms for fractals.
The language doesn't matter really, but I'm most familiar with actionscript, c#...
Started by Sander Versluys on
, 11 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
A long time on each new section that's created....
Complex Z; Complex C simple example code at the end of each chapter that implements some fractal or other example.
Detailed fractal int maxColors = 256; // Change as appropriate for your display.
|
|
Fractals have always been a bit of a mystery for me.
What practical uses (beyond rendering to beautiful images) are there for fractals in the various programming problem domains? And please, don't just list areas that use them. I'm interested in specific...
Started by Sami on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The author joked around that if he would of complex systems (complexity theory... .
Perlin Noise , which might be considered a simple fractal is used in computer graphics everywhere.
Read about Fractal Landscapes .
And not repeating landscapes.
|
|
What is a good book to learn fractal programming? I am a programmer, I am looking at a book that will be more algorithmic than mathematical (at least not in the beginning chapters). Should teach me the basics of fractals and different ways to generate...
Answer Snippets (Read the full thread at stackoverflow):
Scott Drave's original paper on the electric sheep algorithm is a nice introduction to the algorithm used, and it concentrates mostly on the algorithmic aspect of creating the fractal/Mandelbrot/....
fractal animations.
|
Ask your Facebook Friends
|
I am in a position where relatively low resolution images are provided (via an API, higher resolution images are not available) and high resolution images need to be generated.
I've taken a look at PIL and it's just great for about everything... Except...
Started by Jim Robert on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To start with, you make it into a python implementation please release it to the public :)
Fractal-based image scaling is still quite unusual and hasn't settled....
There are algorithms, and you're definitely not going to find them in Python.
|
|
Would learning to program fractals help think clearly about certain set of programming problems?
Started by Nick on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
You invent your own fractal set coloring algorithm); much more with "turtle graphics....
For:
math problems basic algorithms and of course fractal programming It'll maybe give you of fractal compression); creativity (e.g.
|
|
I'm interested in creating a game that uses fractal maps for more realistic geography. However, the only fractal map programs I have found are Windows-only, for example Fractal Mapper . Needless to say, they are also not open-sourced.
Are there any open...
Started by crystalattice on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
It starts out with extensive discussion of noise algorithms too ....
The midpoint displacement fractal, http://en.wikipedia.org/wiki/Diamond-square_algorithm , or the somewhat several chapters on their use in fractal terrains.
|
|
I'm going to program a fancy (animated) about-box for an app I'm working on. Since this is where programmers are often allowed to shine and play with code, I'm eager to find out what kind of cool algorithms the community has implemented.
The algorithms...
Started by Pedery on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Video: http://www.youtube.com.
I like a lot the Julia 4D quaternion fractal.
Can be found here.
|
|
Hi, interested on how I would get started on algorithms in python or java. Like conceptual wise and practically. I don't know if this really qualifies as an algorithm but stuff like binary search trees, and similar.
Any tutorials or example programs?
Started by koldfyre on
, 19 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
The related book, The Algorithm Design of nature which introduces....
It does you a list of Java libraries implementing various algorithms.
You may also use The Stony Brook Algorithm Repository .
Worth checking it out.
The algorithms.
|
|
I've heard that one can encrypt data using drawings of the Mandlebrot set, and that this encryption algorithm is quantum-safe (can't be broken with a quantum computer, unlike many commonly-used algorithms). I looked around on Google for more information...
Started by Imagist on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The only of a toy than a real ....
Thread/f7ce14c1f6c0df3f/559895f2f267644?hl=en&ie=UTF-8&q=mandelbrot+fractal+encryption+algorithm
And here's a company been proven that any function exists for which no such reverse algorithms exist.
|
|
Preferably with a source code, but algorithm description would be enough.
Started by Ćukasz Lew on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
OR is it IFS (such as Flame fractals) in 3 dimensions?
The algorithms are very different, and yields very.
|