Polytonic / Glitter

Dead Simple OpenGL
http://polytonic.github.io/Glitter/
2.46k stars 416 forks source link

Shown only the gray window #41

Closed yurivict closed 6 years ago

yurivict commented 6 years ago

FreeBSD 11.1

$ ./Glitter 
OpenGL 4.0.0 NVIDIA 384.59
Polytonic commented 6 years ago

Hi there! Could you go into more detail with regards to the issue you are experiencing?

yurivict commented 6 years ago

It only shows the gray window, nothing in it.

Polytonic commented 6 years ago

What did you expect to see?

If you compile and run, you should now be at the same point as the Hello Window or Context Creation sections of the tutorials. Open main.cpp on your computer and start writing code!

If you follow the rest of the LearnOpenGL tutorial, you'll eventually generate the model shown in the screenshot, or you can follow along with my reference implementation provided in the samples folder.

Polytonic commented 6 years ago

I'm going to go ahead and close this for now, as it seems there was some confusion with regards to what should appear on screen. If you continue to have issues, feel free to open a new issue or reopen this one.