Skip to content

Commit d908ec0

Browse files
committed
Update README.md
1 parent bbe0a78 commit d908ec0

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,40 @@
11
# FractalQT
22
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

Comments
 (0)