Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to initialize GLEW. (linux) #32

Open
pingpongcat opened this issue Nov 6, 2019 · 1 comment
Open

Failed to initialize GLEW. (linux) #32

pingpongcat opened this issue Nov 6, 2019 · 1 comment

Comments

@pingpongcat
Copy link
Contributor

pingpongcat commented Nov 6, 2019

I have no idea why GLEW does not initialize properly (Debian 10), I'm using glew for my other projects and everything is working just fine. In the meantime i replaced GLEW with glad

https://glad.dav1d.de/ (Opengl 2.0 compatibility mode)

and that solve the issue. Can I contribute my modyfication of the vewer example ? it's one dependency less.

@syoyo
Copy link
Owner

syoyo commented Nov 6, 2019

Yes, modification using glad is appreciated.

GLEW

I've also experienced sometimes glew does work well(but don't know why). glad seems much better to use these days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants