Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 735 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 735 Bytes

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.