Qt3D is a module for Qt which provides tools for building 3D graphics applications. Below are some examples of Qt3D applications that showcase different features and capabilities of the framework.

Basic Examples

  • 3D Cube - Learn how to create a simple 3D cube using Qt3D.
  • Camera and Lighting - Understand the basics of camera control and lighting in Qt3D.

Advanced Examples

  • 3D Scenegraph - Explore the concept of scenegraph in Qt3D.
  • Interactivity - Discover how to add interactivity to your 3D applications using Qt3D.

Getting Started

If you are new to Qt3D, we recommend starting with the Qt3D Getting Started Guide.

Qt3D Example

Remember, the possibilities are endless with Qt3D!