Go to file
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
crates feat: Re-write accumulator, add camera settings 2025-01-12 20:27:56 -05:00
.gitignore feat: Initial XML support 2024-12-20 00:25:05 -05:00
.pre-commit-config.yaml feat: Initial XML support 2024-12-20 00:25:05 -05:00
Cargo.lock feat: Re-write accumulator, add camera settings 2025-01-12 20:27:56 -05:00
Cargo.toml feat: Re-write accumulator, add camera settings 2025-01-12 20:27:56 -05:00
rust-toolchain.toml Stash 2024-12-21 22:09:39 -05:00