# learn-opengl **Repository Path**: xisobreaker/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**: 1 - **Forks**: 1 - **Created**: 2024-04-15 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: Opengl, Cpp ## 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 下需要安装 zlib1g、wayland-protocols sudo apt install zlib1g-dev wayland-protocols libwayland-dev ``` 安装 xkb X11 开发库 ```bash sudo apt install libxkbcommon-x11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev ``` ## glad glad 在线服务地址:[https://glad.dav1d.de/](https://glad.dav1d.de/)