SkillAgentSearch skills...

QGLViewer

Qt OpenGL Widget to view, zoom, pan an OpenGL scene

Install / Use

/learn @michael-brade/QGLViewer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

QGLViewer

A Qt widget that allows to navigate a 3D OpenGL scene the way I want it to.

Build

mkdir build
cd build
cmake ..
make

Usage

The following lists the keyboard shortcuts.

View Bindings

  • <kbd>A</kbd>: toggle displaying the axes

  • <kbd>G</kbd>: toggle displaying the coordinate grid

  • <kbd>0</kbd>: reset the view

projection:

  • <kbd>O</kbd>: use orthographic projection
  • <kbd>P</kbd>: use perspective projection

camera:

  • <kbd>T</kbd>: switch to target mode
  • <kbd>F</kbd>: switch to free mode

Navigation - Camera Modes

Target Mode

Free Mode

License

MIT

Copyright (c) 2018-2020 Michael Brade

View on GitHub
GitHub Stars34
CategoryDevelopment
Updated4mo ago
Forks7

Languages

C++

Security Score

77/100

Audited on Nov 27, 2025

No findings