摘要: #include <GLFW/glfw3.h> int main(void) { GLFWwindow* window; /* Initialize the library */ if (!glfwInit()) return -1; /* Create a windowed mode window 阅读全文
posted @ 2025-01-16 17:47 飞雪飘鸿 阅读(3) 评论(0) 推荐(0) 编辑
摘要: #include <GLFW/glfw3.h> int main(void) { GLFWwindow* window; /* Initialize the library */ if (!glfwInit()) return -1; /* Create a windowed mode window 阅读全文
posted @ 2025-01-16 17:46 飞雪飘鸿 阅读(15) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include<GLFW/glfw3.h> using namespace std; int main() { //初始化GLFW的基本环境 glfwInit(); glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR,4); 阅读全文
posted @ 2025-01-16 17:30 飞雪飘鸿 阅读(5) 评论(0) 推荐(0) 编辑
https://damo.alibaba.com/ https://tianchi.aliyun.com/course?spm=5176.21206777.J_3941670930.5.87dc17c9BZNvLL