-
Notifications
You must be signed in to change notification settings - Fork 57
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
Add picture inside of the node #34
Comments
You could set node background to a transparent color and render image background using |
Thank you very much for a quick reply! I am really new with your library and imgui., may I ask you to show me a brief code example of how to set the node background to transparent color and how to use ImGui::Image () to explicitly position and add image to the node background? Also is it possible not to show the node borders and title because I need only the image and pins connected to it? Thank you!!! I will take a look on the EndSlot(). |
Colors are set in |
Hi, first of all I want to thank the developers for efforts and spent time for lib dev!
Is it possible to add picture to the node background and custom setup the pins distance and positions inside of the node?
If not, is there any plans in future to add this feature?
Thank you!
The text was updated successfully, but these errors were encountered: