This commit is contained in:
z8
2022-01-03 15:14:34 +01:00
commit 35fa4afd41
6 changed files with 712 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Julia set
## Overview
Computation is done on the CPU, uses multithreading. Use the mouse to move around and the scroll wheel to zoom in and out.
Offers two views:
- number of iterations determines the color
- number of iterations determines the brightness
The second mode also allows you to adjust the hue, brightness and black threshold.
## Demo
![](https://github.com/0x666690/Julia/raw/main/screenshot.png)