opengl-tutorials / ogl

http://www.opengl-tutorial.org
2.69k stars 925 forks source link

[Info] Tutorial 08 GTKMM glArea with shaders loaded from obj file #117

Closed giuliohome closed 3 years ago

giuliohome commented 3 years ago

Only FYI

Cross Referencing here the issue opened on GTKMM gitlab for the GL Area related the example 8

giuliohome commented 3 years ago

My solution described here implied changes to the fragment shader: It looks like GSK Renderer is not good enough as GLFW to render the 330 fragment shaders, any thoughts?

giuliohome commented 3 years ago

Solved using ImGui instead GTK+ to add widgets in the OpenGL rendering.

image

giuliohome commented 3 years ago

Makefile and cpp shared in my gist demo.