# computer_graphics_programming_in_opengl_with_cpp **Repository Path**: Jiangxumin/computer_graphics_programming_in_opengl_with_cpp ## Basic Information - **Project Name**: computer_graphics_programming_in_opengl_with_cpp - **Description**: 计算机图形学编程(使用OpenGL和C++)(第2版) ((美)V.斯科特·戈登,(美)约翰·克莱维吉 著 魏广程,沈瞳 译) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-06-04 - **Last Updated**: 2025-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README * GLFW * GLEW ```bash sudo apt install -y libglfw3-dev sudo apt install -y libglew-dev ``` * SOIL2 ```bash git clone -b 1.3.0 https://github.com/SpartanJ/SOIL2.git mkdir SOIL2/build cd SOIL2/build cmake ../ make sudo make install ``` * [Solar System](https://github.com/matthewgeorgy/solarsystem) * [OpenGL-SolarSystem](https://github.com/1kar/OpenGL-SolarSystem.git) * [SimpleSolarSystem](https://github.com/Chao2020x/SimpleSolarSystem/tree/master) ---- * [shadertoy](https://www.shadertoy.com/)