上一页 1 2 3 4 5 6 ··· 31 下一页
摘要: 效果: .cpp文件代码: { ui->setupUi(this); // 设置软件名称和版本号 QString version = QCoreApplication::applicationVersion(); QString name = QCoreApplication::applicatio 阅读全文
posted @ 2024-04-23 20:26 雾枫 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 效果: 代码main.cpp: #include <iostream> #include <glad/glad.h> #include <glfw3.h> #include "Shader.h" #define STB_IMAGE_IMPLEMENTATION #include <stb_image 阅读全文
posted @ 2024-04-09 00:23 雾枫 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 效果: 代码main.cpp: #include <iostream> #include <glad/glad.h> #include <glfw3.h> #include "Shader.h" #define STB_IMAGE_IMPLEMENTATION #include <stb_image 阅读全文
posted @ 2024-04-08 21:09 雾枫 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 效果: 代码 main.cpp: #include <iostream> #include <glad/glad.h> #include <glfw3.h> #include "Shader.h" #define STB_IMAGE_IMPLEMENTATION #include <stb_imag 阅读全文
posted @ 2024-04-08 20:20 雾枫 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 效果: 代码main.cpp : #include <iostream> #include <glad/glad.h> #include <glfw3.h> #include "Shader.h" #define STB_IMAGE_IMPLEMENTATION #include <stb_imag 阅读全文
posted @ 2024-04-08 19:49 雾枫 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 效果: 代码 main.cpp: #include <iostream> #include <glad/glad.h> #include <glfw3.h> #include "Shader.h" #define STB_IMAGE_IMPLEMENTATION #include <stb_imag 阅读全文
posted @ 2024-04-08 19:19 雾枫 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 效果: 代码 main.cpp #include <iostream> #include <glad/glad.h> #include <glfw3.h> #include "Shader.h" #define STB_IMAGE_IMPLEMENTATION #include <stb_image 阅读全文
posted @ 2024-04-07 23:07 雾枫 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 效果: CMakeLists.txt文件 cmake_minimum_required(VERSION 3.5) project(05_OpenglVector LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQU 阅读全文
posted @ 2024-04-07 00:41 雾枫 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 效果: 代码 main.cpp : #include <iostream> #include <glad/glad.h> #include <glfw3.h> #include "Shader.h" #define STB_IMAGE_IMPLEMENTATION #include "stb_ima 阅读全文
posted @ 2024-04-06 16:59 雾枫 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 效果: CMakeLists.txt文件: cmake_minimum_required(VERSION 3.5) project(05_OpenglVector LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQ 阅读全文
posted @ 2024-04-06 01:37 雾枫 阅读(6) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 31 下一页