top of page

C++ Graphics Engine

In my 2nd year of university I had to create a graphics engine only using Modern OpenGL. The engine can render multiple complex objects at any given position, rotation with textures. It also can move the objects at run time, either with the use of pre set animations or with input from the user.

Use this link to access the full project:

bottom of page