# CameraGL **Repository Path**: CoderPPX/camera-gl ## Basic Information - **Project Name**: CameraGL - **Description**: 苯人学习OpenGL的简单小项目,使用glfw3 + glad + opencv4 - **Primary Language**: C/C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-16 - **Last Updated**: 2024-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CameraGL ### 介绍 苯人学习OpenGL的简单小项目,使用glfw3 + glad + opencv4 ### 安装教程 > #### Linux ```bash git clone "https://gitee.com/CoderPPX/camera-gl" cd camera-gl make ``` *** > #### Windows ```bash git clone "https://gitee.com/CoderPPX/camera-gl" cd camera-gl mingw32-make ``` ### 说明 项目编译环境 Ubuntu 22.04, GCC 11.3.0 , OpenCV4