Question: Is there (or should there be) support for a Direct3D7 backend? #8908
AndenDev
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 1 comment 3 replies
-
|
Hello, I cannot officially support a Direct3D7 backend, however if you have one I would encourage you to:
Then we can advertise it e.g in the list of backends at https://github.com/ocornut/imgui/wiki/Bindings and other places. If you do (1) it will be easier to use and maintain IMHO. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’ve been experimenting with Dear ImGui on very old games, and I implemented a backend for Direct3D7.
So it’s working, and ImGui demos render correctly.
Here’s my question for the maintainers/community:
Does Dear ImGui plan to (or want to) officially support a Direct3D7 backend?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions