Releases: SiputBiru/eq2c-rs
Releases · SiputBiru/eq2c-rs
Release list
eq2c-v0.1.4-alpha.1b
Performance Improvements
- Adding rayon implementation in png implementation (i forgor i have rayon).
Full Changelog: eq2c-v0.1.3-alpha.1b...eq2c-v0.1.4-alpha.1b
eq2c-v0.1.3-alpha.1b
Performance Improvements
- Replaced per-pixel powf(1.0 / 2.2) gamma correction with a sqrt-based approximation (γ ≈ 2.0).
- Reduced CPU overhead in the pixel processing hot loop, resulting in noticeably faster PNG exports.
- Visual output remains visually consistent with minimal perceptual differences.
Full Changelog: eq2c-v0.1.2-alpha...eq2c-v0.1.3-alpha.1b
eq2c-v0.1.2-alpha
New Contributors
- @SiputBiru made their first contribution in #3
Full Changelog: v0.1.1-alpha...eq2c-v0.1.2-alpha
- Dropping MacOS support for reducing github actions cost
v0.1.1-alpha
adding exposure setting and test version of agx tonemap
Full Changelog: v0.1.0-alpha...v0.1.1-alpha
v0.1.0-alpha
resolve blacksmith error