Skip to content

Release v1.13.1

Choose a tag to compare

@github-actions github-actions released this 04 May 12:59
· 20 commits to main since this release
e4a1743

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.1

Example (Python)

from aiden3drenderer import Renderer3D

renderer = Renderer3D()
# ...

Full Changelog: v1.12.20...v1.13.1