jaredtao / QtOpenGLLinks
some Qt OpenGL Demo
☆143Updated 2 years ago
Alternatives and similar repositories for QtOpenGL
Users that are interested in QtOpenGL are comparing it to the libraries listed below
Sorting:
- 以 LearnOpenGL 教程和《OpenGL编程指南(原书第九版)》 为基础,结合 QtWidgets 框架学习 OpenGL 的练习代码。 LearnOpenGL 英文原版:https://learnopengl.com/ LearnOpenGL 中文链接:htt…☆91Updated last year
- Qt OpenGL learning☆78Updated 5 years ago
- 笔者想通过自己学习OpenGL的一些经验来总结一下Qt 平台下的OpenGL使用教程☆73Updated 3 years ago
- examples of opengl in qt☆181Updated 11 years ago
- 📽 基于 Qt & OpenGL 的计算机图形学实例☆104Updated last year
- 基于Qt QGraphicsView的简易画图软件☆172Updated 2 years ago
- 一个简单qt多媒体播放器,使用ffmpeg软解码,opengl渲染 ,只支持QML,不支持QWidget,不需要提前编译,直接引入项目即可使用☆129Updated 3 years ago
- 我学习Qt写的例子☆55Updated 6 years ago
- Various operation practices of Qt QPainter.(Qt QPainter的各种操作实践)☆212Updated 7 months ago
- OSGI for C++ - 通往架构师之路☆136Updated 2 years ago
- 基于Qt,自行实现底层绘图算法的绘图系统/画板☆113Updated 5 years ago
- Qt自制简易好看的日志系统(Implement a simple and beautify log system with Qt )☆109Updated 2 years ago
- 一些简单常用的QT示例☆71Updated last week
- 基于qt的工业软件收录,为工业软件开发提供参考☆202Updated last year
- 基于 QTCreator 的 PureMVC 框架 C++ 代码移植(包含demo),用于解耦客户端代码☆67Updated 9 years ago
- ffmpeg decode, Qml/opengl convert yuv to rgb and render☆76Updated last year
- An OpenGL threaded offscreen render demo☆43Updated 4 years ago
- qt extension system☆55Updated 3 years ago
- Qt QGraphicsView drawing demo☆235Updated 8 years ago
- Custom frameless window,dialog,messagebox Library / 自定义无边框窗体,对话框和提示框库☆143Updated 4 years ago
- 基于Qt Qwidget 的一个简易界面框架☆44Updated 7 years ago
- CatLearnQt,提供QWidget,Quick,网络,串口,基础库和示例。案例软件支持样式切换,与国际化。☆184Updated 2 months ago
- QML/Qt3D version of http://learnopengl.com samples☆253Updated 7 years ago
- ListView的展示、过滤,model数据的修改☆98Updated 8 years ago
- c++ Qt5 implementation of some control(使用C++ Qt5封装的一些控件,以便后期项目中直接使用。这些控件有些是来自于网络有些属于个人封装,代码中都有出处)☆209Updated 3 years ago
- 封装了40多个Qt精美的控件,全部纯Qt编写,QWidget+QPainter绘制,基本上控件由一个.h加.cpp实现,设置的接口完备,有一些可能需要微调,下载直接运行在VS2019+vs-qt插件,移植到其他平台只需微调代码。接口尽量完善了,交互功能可以自己扩展,本意是作…☆188Updated 3 years ago
- A Qt and OpenGL tutorial showing how to use OpenGL within Qt Widgets applications (including input handling and render-on-demand)☆92Updated 2 months ago
- QML中Image控件升级版,利用预解码和预读取,提升图片加载速度☆146Updated 5 years ago
- Log4j for C++ 实用指南☆55Updated 2 years ago
- Qt5气泡式聊天框——QListWidget+QPainter。 气泡式聊天的显示是由QListWidget作为控件,每个气泡是由QListWidgetItem提升成QWidget来实现的。每个气泡可以理解为可以自由布置里面内容的QWidget。每个Item保存聊天的对话、…☆111Updated last year