Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-20 | Render and draw in different passes; Update colouring; Actually remove old ↵14 | Gabriel Bjørnager Jensen | |
makefile; | |||
2023-08-20 | Remove old makefile; Optimise renderer; Modulise code; Check keyboard input ↵13 | Gabriel Bjørnager Jensen | |
(allow viewpoint movement); Update colouring; | |||
2023-08-20 | Rewrite in Rust again; Update gitignore; Update readme; Update changelog ↵12 | Gabriel Bjørnager Jensen | |
format; Use git tagging for versioning; | |||
2021-03-01 | Drop 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-27 | Fix #3. Implement a working, multithreaded renderer forked from ↵ | Gabriel Jensen | |
MandelbrotSDL. Add more command-line options. | |||
2021-02-27 | Remove *.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. |