index
:
benoit
master
Multithreaded Mandelbrot renderer.
Gabriel Bjørnager Jensen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CHANGELOG.md
Age
Commit message (
Collapse
)
Author
2023-08-29
Support rendering of Julia sets; Update controls; Refactor code; Update ↵
26
Gabriel Bjørnager Jensen
configuration;
2023-08-27
Update controls guide (fix typo);
25
Gabriel Jensen
2023-08-27
Optimise renderer; Update commenting;
24
Gabriel Bjørnager Jensen
2023-08-27
Make configuration support more precise numbers (must be parsed as strings ↵
23
Gabriel Bjørnager Jensen
now); Use global constant for ;precision;
2023-08-26
Use arbitrary-precision calculations; Depend on Rug; Optimise renderer; ↵
22
Gabriel Bjørnager Jensen
Animate if configured; Update commenting; Remove scale option from configuration; Auto-deduce thread count; Update controls (only render on command); Update messages; Refactor application structure; Print controls;
2023-08-25
Update controls; Update configuration format; Optimise renderer; Fix thread ↵
21
Gabriel Bjørnager Jensen
count not being loaded;
2023-08-25
Rename handle_key to handle_keys; Only load configuration if provided;
20
Gabriel Bjørnager Jensen
2023-08-23
Modulise code; Check I/O errors; Support configuration; Depend on toml; ↵
19
Gabriel Bjørnager Jensen
Update gitignore;
2023-08-22
Clean up code; Support rendering to files; Depend on webp; Modulise code;
18
Gabriel Bjørnager Jensen
2023-08-22
Render using multiple threads;
17
Gabriel Bjørnager Jensen
2023-08-22
Update colouring; Rename changelog file: changelog.md => CHANGELOG.md;
16
Gabriel Jensen