My own opengl engine

This is an old project I did during hight school. The goal was to learn how to use OpenGL and improve my C++ skills

Technologies used

C++ OpenGL CMake GitHub

Image of the engine

alt text

Features

  • camera
  • light
  • objects
  • obj loading
  • terrain
  • skybox
  • post processing
  • imgui
  • shadows

How to install it

./install.sh

How to run it

cd sources
./build.sh