summaryrefslogtreecommitdiff
path: root/changelog.md
AgeCommit message (Collapse)Author
2023-08-21Update render message; Add scaling setting;15Gabriel Bjørnager Jensen
2023-08-20Render and draw in different passes; Update colouring; Actually remove old ↵14Gabriel Bjørnager Jensen
makefile;
2023-08-20Remove old makefile; Optimise renderer; Modulise code; Check keyboard input ↵13Gabriel Bjørnager Jensen
(allow viewpoint movement); Update colouring;
2023-08-20Rewrite in Rust again; Update gitignore; Update readme; Update changelog ↵12Gabriel Bjørnager Jensen
format; Use git tagging for versioning;
2021-03-01Drop boost::multiprecision::mpfr_float in favour of the standard type ↵Gabriel Jensen
::__float128 for multiprecision. Create a prettier colour palette. Use JSON instead of XML for configuration. Automatically create a configuration file if one doesn't already exist. Greatly improve render time.
2021-02-27Fix #3. Implement a working, multithreaded renderer forked from ↵Gabriel Jensen
MandelbrotSDL. Add more command-line options.
2021-02-27Remove *.ppm from .gitignore. Reformat changelog from HTML to Markdown. Add ↵Gabriel Jensen
an alpha channel to the image data. Use std::from_chars instead of std::stoi for in argument handler. Inline the benoit::wrtimg::iterwrt lambda expression.