Polytonic / Glitter

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

Fix case sensitive header references #2

Closed romanlevin closed 9 years ago

romanlevin commented 9 years ago

Fixes #1 - "assimp/importer.hpp: No such file or directory".

romanlevin commented 9 years ago

@Polytonic The built executable fails with a segmentation fault on Linux:

> Glitter/Glitter
OpenGL (null)
Segmentation fault

But that is probably a separate issue?

Polytonic commented 9 years ago

What graphics card are you running? Does it support OpenGL 4? You might have have GLFW create a 3.3 compatible window instead.

romanlevin commented 9 years ago

Right again, thanks.

It should support OpenGL 4.5, but I think the open-source drivers don't.