Release v1.13.1
What's Changed
Branch: Addition
PR: #76 — macOS Rasterization Support
Author: @AidenKielby
Commit: e4a1743
Pull Request Details
macOS Rasterization Support
This release introduces macOS rasterization support, improving cross-platform compatibility for the renderer.
Added
- Native macOS rasterization capabilities
- Improved rendering compatibility on Apple hardware
- Platform-specific handling for macOS graphics behavior
Improved
Cross-platform rendering stability
Graphics backend compatibility across operating systems
Notes
This release focuses primarily on enabling reliable rendering support for macOS systems while maintaining compatibility with existing functionality.
Install
pip install aiden3drenderer==1.13.1Example (Python)
from aiden3drenderer import Renderer3D
renderer = Renderer3D()
# ...Full Changelog: v1.12.20...v1.13.1