Files
flare/crates
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-22 20:11:31 -05:00