以 LearnOpenGL 教程和《OpenGL编程指南(原书第九版)》 为基础,结合 QtWidgets 框架学习 OpenGL 的练习代码。 LearnOpenGL 英文原版:https://learnopengl.com/ LearnOpenGL 中文链接:https://learnopengl-cn.github.io/
-
Updated
Aug 30, 2023 - C++
以 LearnOpenGL 教程和《OpenGL编程指南(原书第九版)》 为基础,结合 QtWidgets 框架学习 OpenGL 的练习代码。 LearnOpenGL 英文原版:https://learnopengl.com/ LearnOpenGL 中文链接:https://learnopengl-cn.github.io/
In this application, I just use QOpenGLWidget and Qt's other widgets to implement a oscilloscope. And I use boost::asio to communicate, use boost::cicular_buffer to store the received data and use QOpenGLWidget to visualize the sentific data.
A basic scaffold to embed OpenSceneGraph into QOpenGLWidget.
Add a description, image, and links to the qopenglwidget topic page so that developers can more easily learn about it.
To associate your repository with the qopenglwidget topic, visit your repo's landing page and select "manage topics."