# OpenGL **Repository Path**: chen2bull/OpenGL ## Basic Information - **Project Name**: OpenGL - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-30 - **Last Updated**: 2021-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: Opengl, CG ## README # OpenGL-Core Work-in-progress OpenGL library that aims to provide a powerful sandbox for you to learn or experiment with OpenGL, and graphics programming in general. ## Usage Currently only "officially" supports Windows - Mac and Linux support is coming soon. ``` git clone --recursive https://github.com/TheCherno/OpenGL ``` Run `scripts/Win-Premake.bat` and open `OpenGL-Sandbox.sln` in Visual Studio 2019. `OpenGL-Sandbox/src/SandboxLayer.cpp` contains the example OpenGL code that's running.