umlaeute / Gem

Graphics Environment for Multimedia (official repository)
https://gem.iem.at
Other
103 stars 29 forks source link

default rendering backend is not working, and gemglfw3window is not compiled by default #406

Closed ch-nry closed 8 months ago

ch-nry commented 8 months ago

The gemglxwindow render is broken, but it is still the default rendering backend.

a ./configure (ubuntu linux) result in : default window : gemglxwindow Should we switch to gemglfw3window since it's the one who works?

ch-nry commented 8 months ago

I forget to say that libglfw3-dev is installed on my computer

60-hz commented 8 months ago

I always configure --with-defaultwindow=gemglfw3window because it's the one who works the best on all systems as far as I know.

ch-nry commented 8 months ago

yes, but since the default rendering backend is broken, I think gemglfw3window should became the default rendering backend! (one should not have to configure --with-defaultwindow=gemglfw3window)