Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 634 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 634 Bytes

What is it?

This is an OpenGL graphics library written in C++. OpenGL is a common library used for rendering 3d graphics, like in the demo image below. demo

Installation

On the right side of this github reposoitory, click the "releases" page and download and unzip the "OpenGL-Library.zip" file, and double click the "TestGraphicsApplication.exe" file.

Cloning

In order to clone OpenGL-Library:

git clone https://github.com/DavidMedin/CedarGL.git && cd CedarGL
git submodule update --init --recursive