# OpenGL_Render **Repository Path**: plswxy/OpenGL_Render ## Basic Information - **Project Name**: OpenGL_Render - **Description**: learning opengl; sync from my github: github.com/zjypls/OpenGL_Render - **Primary Language**: C++ - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2023-05-07 - **Last Updated**: 2024-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Clone the repository with submodules ``` bash git clone --recursive https://github.com/zjypls/OpenGL_Render.git ``` Build ``` bash cd OpenGL_Render cmake -B build cmake --build build -j 4 ``` PBR(shots): ![PBR](./Assets/Show/PBR_Shot.png) Raytracing(shots): ![Raytracing](./Assets/Show/Tracing_Shot.png) Animation(shots): ![Animation](Assets/Show/animation.gif)