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

Make ImGui-SFML work with backends/imgui_impl_opengl2 #166

Open
eliasdaler opened this issue Apr 12, 2021 · 1 comment
Open

Make ImGui-SFML work with backends/imgui_impl_opengl2 #166

eliasdaler opened this issue Apr 12, 2021 · 1 comment

Comments

@eliasdaler
Copy link
Contributor

Right now the code is in sync with it, but it would be good to make it work with OpenGL backend directly.
This will be a first step to start fixing #159 and will make ImGui-SFML much easier to maintain.

@eliasdaler
Copy link
Contributor Author

I'm thinking that I'll add some CMake flag and preprocessor macro like IMGUI_SFML_USE_IMGUI_OPENGL2_BACKEND which will call all the backend's functions instead of RenderDrawLists function from imgui-SFML.cpp.

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

1 participant