Skip to content

theZivkovic/BasicOpenGLEngine

Repository files navigation

BasicOpenGLEngine

This is a small engine for OpenGL written in C++. It is used to demonstrate simple computer graphics problems and solutions.

Establish the environment

  1. Install OpenGL libraries
  • sudo apt-get install freeglut3-dev
  • sudo apt-get install libglew1.6-dev
  • sudo apt-get install libglm-dev
  • sudo apt-get install libsoil-dev
  1. If your OpenGL version is bellow 2.0 update your graphics driver
  1. make
  2. ./engine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published