We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe0a78 commit d908ec0Copy full SHA for d908ec0
README.md
@@ -1,2 +1,40 @@
1
# FractalQT
2
Drawing of mandelbrot by QT
3
+
4
+## Contents
5
6
+## Versions
7
8
+### Ver-0.1
9
10
+Only concept & multi thread
11
12
+### Ver-0.2
13
14
+With Juila set
15
16
+### Ver 0.3
17
18
+Mouse event
19
20
+### Ver 0.4
21
22
+Hi-resolution
23
24
+### Ver 0.5
25
26
+With CUDA
27
28
+### Ver 0.6
29
30
+With OpenGL
31
32
+### Ver 0.7
33
34
+With QML
35
36
+## References
37
38
+<a href = 'https://en.wikipedia.org/wiki/Mandelbrot_set#:~:text=The%20Mandelbrot%20set%20(%2F%CB%88m,remains%20bounded%20in%20absolute%20value.'>Mandelbrot set</a>
39
40
+<a href = "https://mateuszsiedlecki.com/index.php/2020/05/27/drawing-fractals-in-qt-using-threads/">Drawing fractals in Qt using threads</a>
0 commit comments