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

Difference between backends? #7470

Open
aidv opened this issue Apr 4, 2024 · 2 comments
Open

Difference between backends? #7470

aidv opened this issue Apr 4, 2024 · 2 comments
Labels

Comments

@aidv
Copy link

aidv commented Apr 4, 2024

Version/Branch of Dear ImGui:

1.90.4

Back-ends:

win32_opengl3 vs sdl3_opengl3

Compiler, OS:

Windows11

Full config/build information:

No response

Details:

I just need help understanding imgui

Screenshots/Video:

No response

Minimal, Complete and Verifiable Example code:

Can anyone explain to me what the difference is between the different backends, e.g for Windows?

SLD3 vs Win32 OpenGL3, what are the benefits with one over the other?

@zao
Copy link

zao commented Apr 4, 2024

Some backends have slightly more features (clipboard, gamepads, multiple viewports, etc.) but they're all reasonably similar in capability.
You would pick a backend and rendering API that fits the application that you want to build and if you do not have any particular preference, pick one that seems most aligned with what you want to build.

@aidv
Copy link
Author

aidv commented Apr 4, 2024

Some backends have slightly more features (clipboard, gamepads, multiple viewports, etc.) but they're all reasonably similar in capability. You would pick a backend and rendering API that fits the application that you want to build and if you do not have any particular preference, pick one that seems most aligned with what you want to build.

Great answer. I guess I can change backend later on if and when needed.

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

No branches or pull requests

3 participants