qtquick3d 6.9.2
Qt module and API for defining 3D content in Qt Quick
Qt Quick 3D is a module within the Qt framework that provides a high-level interface for creating 3D content for user interfaces. Its key features include:
Spatial (3D) scene graph
Mixing 2D and 3D Qt Quick content
Physically based rendering (PBR) materials
Punctual and image based lighting
Custom material and effect system
GLTF (Graphics Library Transmission Format) 2.0 model import
Animation support
3D input handling and picking
3D particle system
- Outputs:
out
- Website: https://www.qt.io/
- Licenses: LGPL 2.1 · LGPL 3
- Package source: gnu/packages/qt.scm
- Builds: See build status
- Issues: See known issues
Installation
Install qtquick3d 6.9.2
as follows:
guix install qtquick3d@6.9.2
Or install the latest version:
guix install qtquick3d
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.