# opengl-study **Repository Path**: yang_hongwei/opengl-study ## Basic Information - **Project Name**: opengl-study - **Description**: 学习opengl - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-14 - **Last Updated**: 2024-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # opengl-study #### 介绍 学习opengl #### 软件架构 软件架构说明 #### 安装教程 #### 使用说明 1. 安装编译依赖 ```bash sudo apt-get update sudo apt-get install freeglut3-dev libglm-dev libfreetype6-dev ``` 2. 问题解决 报以下错误需要设置环境变量`MESA_GL_VERSION_OVERRIDE=3.3` `error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.00 ES, and 3.00 ES`