Fractals are shapes that are self-similar and are usually quite detailed. Well-known fractal sets include the Mandelbrot set, Julia sets, and Phoenix sets. Tree-like fractal drawings are also common.

learn more… | top users | synonyms (1)

0
votes
0answers
28 views

Complex Descartes' Theorem strange solution

I'm using Descartes' Theorem and Complex Descartes' Theorem to create an Apollonian gasket. However, when using it on two specific circles, I get strange results. def get_solutions(c1, c2, c3): ...
0
votes
0answers
33 views

Is there such thing as a Quadratic Tree? [closed]

I have been learning about drawing recursive fractals such as Binary Trees and Koch Curves. In an exam today we were asked to draw a Quadratic Tree. I've looked for images online but I can't find ...
-2
votes
2answers
61 views

Would this be considered a fractal? [closed]

I was wondering if this would be considered a fractal or just a recursive shape. It seems like it is to me, but our lab says "However, it is not just enough that the shape was generated by some ...
-2
votes
0answers
61 views

Fractal Image Compression and C - Not Able to View Image

I have two source files enc.c and dec.c which in theory is supposed to take an image file, encode it and then decode it back into an image file with a fractal image compression applied. In this book ...
2
votes
1answer
84 views

Improvement to my Mandelbrot set code

I have the following Mandelbrot set code in C. I am doing the calculation and creating a .ppm file for the final fractal image. The point is that my fractal image is upside down, meaning it is rotated ...
0
votes
0answers
82 views

Webworker canvas performance terrible

I'm trying to use webworkers to render parts of the frames for an animated mandelbrot zoomer, since there is a lot of calculating involved, and since this can be easily split up in blocks this should ...
0
votes
2answers
139 views

Smoothly animating a fractal tree

I have a Java program that will draw a fractal tree based on a recursive method and I want to make it appear to smoothly grow and I'm not sure how to do this. The following is my code. This is a ...
0
votes
1answer
140 views

customize terrain.js (three.js) Need to add lambert/wire material

I've recently started to play with three.js, and I am using terrain.js demo as a start for a design project I am working on. I will like to add a hybrid shader "wireframe/lambert" the default comes ...
1
vote
2answers
72 views

Mandelbrot very slow to refresh, any way to make it faster?

I've been working recently on a fractal generator, and have been specifically working on the Mandelbrot set. Unfortunately, zooming and moving seems to be very inneficient and takes quite a while to ...
1
vote
1answer
75 views

Javascript: Barnsley Fern Fractal

Can someone look over this code and point out why the resulting barnsley fern fractal doesn't look right? function barnsley (ctx) { ctx.fillStyle = 'green'; ...
0
votes
1answer
127 views

Different result of computing in GPU (CUDA) and CPU

I've wanted to create program that generates fractals on my GPU. First I created a working project in C, after that I tried to convert it into CUDA/C. Unfortunately, after I did it I saw that there ...
0
votes
1answer
75 views

Programmatically create a model in Blender

I want to create a 3D model in Blender programmatically Something like: createcube(loc,axis) How do I do this? (Using Python?, How? ) (I want to use this to create 3D fractals)
0
votes
1answer
114 views

Parallel Python to make fractal and resource serialized under pp

I make one python script to make fractal image. I try to use pp python module to make faster this source code. The big issue is: image.putpixel((x, y), (i % 8 * 16, i % 4 * 32,i % 2 * 64)). This ...
2
votes
1answer
91 views

Complex Numbers and Fractals

I am trying to adapt the code here : http://code.activestate.com/recipes/577166-newton-fractals/ into C and am having some trouble. I am using C99's complex type. I basically have tried a few ...
0
votes
1answer
41 views

Fractal image compression and image compression in Office and similar programs

I have read that fractal image compression can be capable of reconstructing images, and then reconstruct them in any scale. I have seen that programs like Word (97, 2000) can include images which ...
1
vote
1answer
164 views

artefacts during heightmap generation using plasma style fractal

I've spent a few hours today researching how random terrain generation tends to be done and after reading about the plasma fractal (midpoint displacement and diamond square algo's) I decided to try ...
1
vote
1answer
55 views

Fractal generation from infinite sum

I found a project description on a course website for computer graphics. I am trying to complete the project for fun. Here is the link to the problem description: ...
1
vote
2answers
145 views

Iteratively change the fillStyle color in canvas while drawing a fractal

I'm using the following code to generate a Pythagoras fractal tree using HTML5 canvas element: <!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> ...
0
votes
1answer
76 views

Trouble with creating Mandelbrot Set plot in C [closed]

I am trying to create a Mandelbrot set in C code; my output will be a data file, one column of the real parts and one column of the imaginary parts to be plotted in the Argand or complex plane. I have ...
0
votes
0answers
25 views

Fractal generation not fitting in expected range

Here's a problem description for generating a fractal: The program will use the position of the mouse to set the value of a complex number of the form v = (a + bi). The program will then draw a large ...
0
votes
2answers
40 views

Draw Mandelbrot using SIMD

I'm looking to optimise generating buddhabrots and to do so I read about SIMD and parallel computing. Is it possible to use this to speed up the generation of my buddhabrots. I'm programming in C
-2
votes
2answers
98 views

Mandelbrot function using bitwise operators [closed]

I'm rendering buddhabrot fractals and I'm looking for some optimisations/speedups and I was wondering if it could be worth while trying to do z = z^2 + c using bitwise operators. I've allready ...
-2
votes
1answer
53 views

Online compiler/server to run big programs [closed]

I've written a program to generate a fractal, but my computer would take a week to compute it. Is there any online or otherwise, solution where I can run my code and have it compute quickly?
5
votes
2answers
404 views

Zooming in on Mandelbrot set fractal in Java

I am beginning to make a mandelbrot set fractal viewer. I am having a lot of issues when it comes to zooming in on the fractal. If you try to zoom, the viewer will just close in on the center. I have ...
2
votes
0answers
166 views

RaphaelJs fractal plants memory leak

I've created a simple animation with raphaeljs. You can take a look at it here: http://jsfiddle.net/fJt96/ It generates random fractal plants and blends between them. It will take about 8 seconds ...
2
votes
2answers
91 views

Low resolution Mandelbrot fractal not… high enough resolution?

Okay, here's a weird one that I'm having problems with (compiled with gcc btw) Below is source for a Mandelbrot fractal generator for command prompt. I've done this before and I wanted to speed test ...
8
votes
3answers
313 views

Generating fractal Swirl [closed]

I need to draw a fractal swirl using the algorithm Iterated Function System. There are coefficients for this fractal: 0.745455 -0.459091 0.406061 0.887121 1.460279 0.691072 0.912675 -0.424242 ...
2
votes
2answers
104 views

What term describes procedural/fractal generation where coordinates are generated without knowledge of other coordinates?

Both Cellular Automata and Midpoint Displacement rely on information about the grid itself as it's being generated to be able to finish the generation process. Perlin/Simplex Noise are the only ...
0
votes
1answer
30 views

How can I center my julia-set?

My mandelbrot set is perfectly centered but when I compute the julia set with slightly the same values the set is a bit off from the center of the image to the right border. I saw this julia set in ...
1
vote
1answer
191 views

What is the relationship between julia set and mandelbrot set?

I wrote a mandelbrot set and I have read about the julia set that it's very similar but what is the relationship exactly? Can I use the mandelbrot formula to draw a julia set? What is the starting ...
2
votes
2answers
121 views

How would you continuously improve the mandelbrot fractal?

I've seen many mandelbrot image generator drawing a low resolution fractal of the mandelbrot and then continuously improve the fractal. Is this a tiling algorithm? Here is an example: ...
3
votes
0answers
80 views

Linear geometric transformations with application to IFS fractals

I am one of the developers of Perceptron http://perceptron.sourceforge.net - unique generator of video-feedback fractals written in Java. I would like to draw your attention to this open-source ...
-1
votes
1answer
121 views

OpenGL exception at debuging

here is the code to draw fractal geometry of Sierpinski's Triangle there is no error but at the debugging an unhandled exception rises: Unhandled exception at 0x77e115de in LastFractLast.exe: ...
-1
votes
1answer
62 views

Complex random point generation [closed]

Using C, how can I generate a random point on the complex plain?
0
votes
1answer
35 views

Model Input/output as ports

I have a school assignment to model a simple equation calculator using Fractal. The assignment has two parts. 1. as reusable COTS components 2. as architectural components (described by their input ...
1
vote
1answer
773 views

Creating a fractal tree in opengl

Having a little trouble creating a fractal in opengl. Here is my current code void generateTree(){ Point3f startPoint({0.0f,0.0f,0.0f}); Point3f endPoint({1.0f,0.0f,0.0f}); float rotation = ...
2
votes
2answers
211 views

How can I create a sound file in Java

This is the first time I've used this site so I'm not 100% sure about how all of this works, but I'll just go ahead and give information on what I'm trying to do, and then the question. Currently, I ...
0
votes
1answer
132 views

Color.HSBtoRGB missing in WinRT

I'm builing a fractal application and need to generate a smooth color scheme, and I found a nice algorithm at Smooth spectrum for Mandelbrot Set rendering. But that required me to call Color.HSBtoRGB ...
1
vote
0answers
112 views

Rubber Band Selection is not visible [closed]

I have a mandelbrot fractal that zooms into a rectangle rubber band selection. The objective was to convert a program from Java to C#. I have everthing working now, except the rubber band selection ...
0
votes
2answers
269 views

Palette Bitmap - Fractal Color Cycling

I am trying to use an existing Bitmap image on a C# windows form which is a rendered MandleBrot Fractal. I want to implement colour cycling. It must be done with with the use of a pallete image. Here ...
3
votes
2answers
110 views

Unit testing algorithms that involve random numbers

I'm writting some code about fractals and random terrain generation. Specifically, I'm using the Diamond-Square algorithm as of now. For those of you who don't know, it basically obtains the average ...
3
votes
2answers
446 views

A fractal in c - Sierpinsky triangle

I am trying to code a project in c, that displays a fractal called Sierpinski fractal, (where the nodes are represented by '#'). So a 1-sierpinski triangle looks like : ## # a 2-sierpinski triangle ...
1
vote
2answers
82 views

Coastline fractal proportions

I'm making a coastline fractal on a window that is one by one wide, and I would like to make the very first one pictured below, however, I cannot figure out which x and y coordinates to use to make ...
1
vote
0answers
95 views

estimate the fractal dimension of a complex network, provided the nodes of edges

I'm trying to estimate the fractal dimension of a complex(real-world) network. I have the nodes of edges forming the complex network in a text file. I tried to implement the Box Counting algorithm(but ...
0
votes
1answer
102 views

find coordinates of vertices of an undirected, unweighted graph

Suppose I have an undirected, unweighted graph, with 'N'(say) vertices. I'm trying to find the co-ordinates of the vertices of the graph. I don't seem to understand, how can we get the coordinates of ...
1
vote
3answers
154 views

Understanding recursive Koch Snowflake function in Postscript

I have followiong program in PostScript which I am having difficutly in understanding. /kochR { 2 copy ge {dup 0 rlineto} { 3 div 2 copy kochR 60 rotate 2 copy ...
0
votes
0answers
105 views

Speeding up a DFA function in R

I'm trying to run a DFA (de-trended fluctuation analysis) fractal function on a 300MB OHLC text file. However, after letting R run overnight (~6 hours), it still did not finish processing my first DFA ...
0
votes
2answers
153 views

Get only the numeric values in a console output

I'm working with the fractal package and using the DFA function which gives me a very complete output in the console : DFA(log(price_1m[1:1024]),detrend="poly2",overlap=0,scale.max=512) Console ...
5
votes
2answers
307 views

Midpoint displacement algorithm - weird results

I am writing my own midpoint displacement algorithm for learning purposes and I decided to implement it in my own way to see if I was 1) able to understand the algorithm and 2) see if i could modify ...
1
vote
0answers
105 views

to find the fractal dimension of a real-world network, using the box-covering algorithm

here, in the following code, I get the colors assigned to the vertices, but there is no significance for the length of the box 'l' I want the colors to be assigned w.r.t. the length of the boxes and ...

1 2 3