summaryrefslogtreecommitdiff
path: root/changelog.md
AgeCommit message (Collapse)Author
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.