Skip to content

Release v1.13.2

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:55
· 9 commits to main since this release
d9fabd3

What's Changed

Branch: Addition
PR: #77 — Custom Shaders For Mac Users
Author: @AidenKielby
Commit: d9fabd3


Pull Request Details

Custom Shaders For Mac Users

Mac users can now use the Custom Shader class for adding custom shaders to their instance of Aiden3DRenderer.


Install

pip install aiden3drenderer==1.13.2

Example (Python)

from aiden3drenderer import Renderer3D

renderer = Renderer3D()
# ...

Full Changelog: v1.13.1...v1.13.2