The hello-opengl beginner program but using a Model-View-Controller (MVC) framework.
- Clone or download the repo
- Inside project folder, run
make
command - Type
./hello
You should see an image of a yellow triangle with a black background.
This example program is from the KU EECS 672 public class website.