Skip to content

Latest commit

 

History

History
 
 

examples

Examples

Sample scenes to demonstrate the capabilities of pysg.

01 Simple Scene

Simple rotating 3D cube.

SimpleScene

02 Headless Renderer

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.

03 Hierarchy Scene

Rotating cubes in a scene hierarchy.

SimpleScene

04 3D Objects

All possible 3D objects.

Geometry

05 Performance

Render a large amount of cubes to show pysg performance.

SimpleScene

Dependencies

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