aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-09-22 11:44:30 +0200
committerCharles <sircharlesaze@gmail.com>2019-09-22 11:44:30 +0200
commitc5008a4e62fb83eb71f5f94f622c01f2d8fe8b6b (patch)
tree02d1f84aca29c95e999156848a86d61c292b7208 /README.md
parent5efde1e3e65af769cb629d55f0a4dd4f87caebe9 (diff)
downloadmandelbrot-c5008a4e62fb83eb71f5f94f622c01f2d8fe8b6b.tar.gz
mandelbrot-c5008a4e62fb83eb71f5f94f622c01f2d8fe8b6b.tar.bz2
mandelbrot-c5008a4e62fb83eb71f5f94f622c01f2d8fe8b6b.zip
Supersampling
- Random supersampling (prettier but quite slow) - WIP: bette color gradient
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 24a5002..0cae1d4 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,13 @@ SDL2: `sudo apt install libsdl2-dev`
## TODO
-- [ ] Create color spectrum.
+- [ ] Color gradient with control points and cubic iterpolation
+ like <https://stackoverflow.com/a/25816111>
- [ ] Smooth shading for out of set iteration colors.
- [ ] Draw to bmp image.
- [x] Create pixel array and update the render line by line.
- [ ] Display coordinates and other useful info.
- [x] Computation done in parallel.
- [x] Command line options
+- [x] Anti-aliasing with supersampling
+- [ ] Other (not random?) supersampling algorithm