Skip to content

This project implements a Rendering API in C++ using OpenGL.

Notifications You must be signed in to change notification settings

dubeyKartikay/rendering-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Rendering API with OpenGL

This project implements a Rendering API in C++ using OpenGL.

Usage

To use this library, include the necessary headers in your C++ project and link against OpenGL and GLFW libraries.

##Build

mkdir build
cd build
cmake ..
make -j $(nproc)

About

This project implements a Rendering API in C++ using OpenGL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published