/hello-opengl-mvc-framework

The hello-opengl beginner program but using a Model-View-Controller (MVC) framework

Primary LanguageC++

Hello OpenGL MVC Framework

The hello-opengl beginner program but using a Model-View-Controller (MVC) framework.

How to Run Program in Terminal

  1. Clone or download the repo
  2. Inside project folder, run make command
  3. Type ./hello

What it Looks Like

You should see an image of a yellow triangle with a black background.

Credit

This example program is from the KU EECS 672 public class website.