-
|
I can see that there is an include folder with a couple headers but cannot find any instructions on how one is supposed to utilize this to work with imgui-godot in c++? |
Beta Was this translation helpful? Give feedback.
Answered by
pkdawson
Jun 22, 2025
Replies: 1 comment 1 reply
-
|
I wrote up the important details here: https://github.com/pkdawson/imgui-godot/wiki/CPlusPlus See also the two example projects linked at the top of that wiki page. You don't have to (and probably shouldn't) do it exactly like that, but they should help illustrate the requirements. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ashifolfi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wrote up the important details here: https://github.com/pkdawson/imgui-godot/wiki/CPlusPlus
See also the two example projects linked at the top of that wiki page. You don't have to (and probably shouldn't) do it exactly like that, but they should help illustrate the requirements.