top of page

Custom Graphics Engine

ROLE

Solo Programmer 

DESCRIPTION

This is a custom graphics engine I wrote using Open GL

YEAR

2022

PLATFORM

PC

What I worked on...

This was a project that I developed for AIE (The academy of interactive entertainment).

The is a graphics engine I built from scratch, I implemented a fly camera imported models and wrote my own shaders to render lighting. In the image you can see three lights implemented a yellow point light, a blue spot light and an area light.

I thought the final result looked quite pleasing and this was my first time with graphics programming.

Obstacles overcome...

There was lot of problem solving in this project since it was the first time making an open GL application.

I had issues with imported the textures to show up correctly and some issues getting the shader code looking correct with the lighting.

bottom of page