Changelog
All notable changes to this project will be documented in this file.
[1.0.0] - 2024-03-21
🚀 New Features
- Core Engine: Initial release of MathArt Studio with Processing 4 & GLSL integration.
- Strange Attractors: Added support for Lorenz, Rossler, Aizawa, and Thomas attractors.
- Surfaces: Added Parametric (Klein Bottle, Mobius) and Implicit Surface support.
- Animation: Introduced keyframe-based animation timeline for camera and properties.
- Export: 4K Video export support via FFmpeg.
- UI: Modern Compose Multiplatform interface with Dark Mode.
🐛 Bug Fixes
- Fixed memory leak in particle system during long renders.
- Resolved ANR (Application Not Responding) on macOS startup.
- Fixed video export color space issues.
🔧 Improvements
- Optimized particle rendering using Compute Shaders.
- Enhanced UI responsiveness during rendering.
- Added localized tooltips for all parameters.
