# Computer.Graphics.Using.OpenGL **Repository Path**: hexu1985/Computer.Graphics.Using.OpenGL ## Basic Information - **Project Name**: Computer.Graphics.Using.OpenGL - **Description**: Computer Graphics Using OpenGL - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-08 - **Last Updated**: 2024-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 计算机图形学(OpenGL版) 示例代码 ![封面](cover.jpg) ### Ubuntu安装 OpenGL ``` $ sudo apt-get install build-essential libgl1-mesa-dev $ sudo apt-get install freeglut3-dev $ sudo apt-get install libglew-dev libsdl2-dev libsdl2-image-dev libglm-dev libfreetype6-dev ```