Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 594 Bytes

File metadata and controls

17 lines (12 loc) · 594 Bytes

QOpenGLWidget_example

QOpenGLWidget example for Qt C++

About This Repo

This is a Qt6 OpenGL project that I made for fun, it shows some usage examples of QOpenGLWidget and OpenGL functions.

image

The application demonstrates:

  • Usage of VBO, IBO
  • Transformation matrix, random positions and colors
  • Usage of vertex and fragment shaders
  • Model View Projection matrices and camera system with pan/zoom/rotate
  • Mouse picking using ray casting

Feel free to copy/use/contribute!