Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-21 | Bump minor version; Update logging; Support PNG encoding (set using ↵1.2.0 | Gabriel Jensen | |
configuration, depend on png); Make window borderless; Update readme; Don't set scale from configuration; Update feedback; Support setting dump path from configuration; Update controls; Colour according to new maximum iteration count if less than previous; Update default colour range; Modulise code; Also dump colour range; | |||
2023-09-19 | Bump minor version; Set colour range in configuration; Don't draw feedback ↵1.1.0 | Gabriel Jensen | |
on Julia; | |||
2023-09-18 | Use hexadecimal versioning (with major.minor.patch); Don't animate single ↵1.0.0 | Gabriel Jensen | |
frames; Support enabling of Julia rendering from configuration; Perform configuration checks; Colour in thread pools; Update naming convention; Synchronise with screen refresh rate; Rework logs and timings; Fix zoom animation; Panic on missing configuration; Add new logo; Restructure code; Update colouring (change using controls); | |||
2023-09-15 | Optimise and refactor code; Update colouring; Log version and copyright; Fix ↵35 | Gabriel Jensen | |
complex-to-cartesian conversions (and controls); Update translation feedback; | |||
2023-09-13 | Fix Julia toggle messages; Fix configuration parameter names; Bump ↵34 | Gabriel Jensen | |
dependency versions; | |||
2023-09-13 | Support offsets in viewport feedback; Remove support for non-square ↵33 | Gabriel Jensen | |
canvasses (update configuration); | |||
2023-09-08 | Draw positional feedback before renders (does not currently support ↵32 | Gabriel Bjørnager Jensen | |
offsets); Rename objects (allow some abbreviations); | |||
2023-09-07 | Bring back Julia sets (using row renderers); Update controls (decrease ↵31 | Gabriel Bjørnager Jensen | |
sensitivity of zooms); Scale by default; | |||
2023-09-06 | Update colouring for small iteration counts; Revert start zoom for ↵30 | Gabriel Bjørnager Jensen | |
interactive renders; | |||
2023-09-04 | Update colouring (smooth); Yield square distances from renders; Update start ↵29 | Gabriel Bjørnager Jensen | |
zoom; Add control for cycling fractals; Add function for getting the name of a fractal; | |||
2023-09-02 | Optimise rendering; Use Rayon for threading; Update thread structure (use ↵28 | Gabriel Bjørnager Jensen | |
arc for common data); Use iterator functions instead of row renderers; Fix render garbage (somehow); Lower precision; | |||
2023-08-31 | Support rendering of the Tricorn and Burning Ship fractals; Update ↵27 | Gabriel Bjørnager Jensen | |
configuration; Update start zoom value; Remove Julia fractal(s); Bump dependency versions; Update messages; Update commenting; | |||
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 | |
2023-08-21 | Update render message; Add scaling setting;15 | Gabriel Bjørnager Jensen | |
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. | |||
2021-02-26 | Fix #2. | Gabriel Jensen | |
2021-02-26 | Fix #1. Fix some language mistakes. Add a Copyright & License page in ↵ | Gabriel Jensen | |
README.md. Create logo. Update README.md. | |||
2021-02-26 | Actually switch compiler from Clang++ to G++. Add more command-line ↵ | Gabriel Jensen | |
arguments. Move all data variables into seperate files. Update README.md. Remove PPM as a supported format. Change maximum resolution to 65536. Change maximum number of threads to 65536. Fix WebP encoding. Create temporary renderer that renders a <i>test</i> image using multiple threads. | |||
2021-02-21 | Automatically detect number of threads. Improve debugging. Enable POSIX C. ↵ | Gabriel Jensen | |
Create foundation for loading and creating XML configurations. Improve help screen. Fix the static_assert in include/benoit.hh comparing to bits instead of bytes. Switch compiler from Clang++ to G++ as it has better C++20 support. Rework code structure. Resize maximum resolution from 65535 to 4294967295. Make renderer able to create and use threads. Create purge target in Makefile. | |||
2021-02-17 | Remove build artifacts. Update .gitignore to ignore more build artifacts. | Gabriel Jensen | |
2021-02-17 | Remove unused variables from Makefile. Require the LLP64 data model when ↵ | Gabriel Jensen | |
compiling. Create working multithreaded example. >Depend also on libpng. Remove JPEG as a supported image format. | |||
2021-02-16 | Cleanup code. Create argument handler. Create better support for different ↵ | Gabriel Jensen | |
image formats. Remove C-string functions in favour of the ones in <cstring>. Greatly improve debugging. Create foundation for new multithreaded multiprecision renderer. Remove old renderer. Completely remove Rust artifacts. | |||
2021-02-15 | Add changelog. Add README. Move codebase to C++. Copy renderer from ↵ | Gabriel Jensen | |
MandelbrotSDL. Change default filetype to PPM. | |||
2021-02-13 | First. | Gabriel Jensen | |