This package browser is in early development. Mind the rough edges.

qtquick3d

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

Installation

Install the latest version of qtquick3d as follows:

guix install qtquick3d

Or install a particular version:

guix install qtquick3d@6.9.2

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.

Badge code

You can use the following badge to inform users of qtquick3d about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/qtquick3d'><img src='https://packages.guix.gnu.org/packages/qtquick3d/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/qtquick3d/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/qtquick3d)

Example Org:

[[https://packages.guix.gnu.org/packages/qtquick3d][https://packages.guix.gnu.org/packages/qtquick3d/badges/latest-version.svg]]