Sample scenes to demonstrate the capabilities of pysg.
Simple rotating 3D cube.
Render the same simple scene of a rotating 3D cube, but instead of using a QT5 window the scene will be rendered to an image using the headless renderer.
Rotating cubes in a scene hierarchy.
All possible 3D objects.
Render a large amount of cubes to show pysg performance.
Additionally depends on PyQt5 for rendering the scenes to a canvas and Pillow for image handling for the headless renderer.
pip install -r requirements.txt