# learn-opengl **Repository Path**: feixuezhang/learn-opengl ## Basic Information - **Project Name**: learn-opengl - **Description**: Learn OpenGL - **Primary Language**: C++ - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-04-28 - **Last Updated**: 2024-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Learn OpenGL 教程地址 [https://learnopengl-cn.github.io/](https://learnopengl-cn.github.io/) OpenGL 接口查询文档:[https://docs.gl/](https://docs.gl/) ## glfw linux 下需要安装 wayland-protocols 包 ```bash # ubuntu 下需要安装 wayland-protocols sudo apt install wayland-protocols libwayland-dev ``` ## glad glad 在线服务地址:[https://glad.dav1d.de/](https://glad.dav1d.de/)