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

epoxy as opengl loader? #4469

Closed
blakat360 opened this issue Aug 23, 2021 · 1 comment
Closed

epoxy as opengl loader? #4469

blakat360 opened this issue Aug 23, 2021 · 1 comment

Comments

@blakat360
Copy link

I use imgui in an application. Using GLEW clashes with another third party library I'm using. I patched the dear imgui source in a very hacky way to get it working with epoxy as the opengl loader. The idea of epoxy is that it's lazy so more flexible when working with other loaders.

Is there any interest in getting this back into the project? I would make a PR but the state of the patch is embarrassing and would need guidance on neatening it up.

@ocornut ocornut changed the title [FEATURE REQUEST] epoxy as opengl loader epoxy as opengl loader? Aug 23, 2021
@ocornut
Copy link
Owner

ocornut commented Aug 23, 2021

Last week we literally removed the need and issues with GL loader:
#4445
So this shouldn;'t be an issue anymore. You are free to use Epoxy for your code while our code will use its own loader.

@ocornut ocornut closed this as completed Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants