Skip to content

rishabhsinghvi/exRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exRenderer

A 3D Renderer written in C++ and OpenGL/glad.

Currently the only 3D file format that I've tested and confirmed works is .obj. However since I'm using Assimp to load 3D models, it should work on most of file formats.

When I started building this project, my aim was to abstract a lot of OpenGL calls. Each OpenGL object is self-contained within its own class and creating new objects is pretty simple.

TODO: Add textures to models.

A few screenshots of models:

Man

With textures

House

Plane

TODO: Animation and more robust texture loading

About

3D Renderer written in C++ and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages