Bradlee Speice 3f5379843e feat: Re-write accumulator, add camera settings
We can view the IFS-to-image process as a composition of two affine transforms:
- One for the in-IFS functions (zoom, rotate, offset)
- One for the IFS-to-image functions (scale)

And because a composition of affine transforms is itself an affine transform, we can do everything at once.
Eventually, the final affine matrix should be provided to the GPU directly, I just wanted to prove this works for now.
2025-01-12 20:27:56 -05:00
2024-12-20 00:25:05 -05:00
2024-12-21 22:09:39 -05:00
Description
No description provided
134 KiB
Languages
Rust 100%