Skip to content

Drawing outside of the window? #3148

Closed Answered by orcmid
seclerp asked this question in Q&A
Jul 1, 2023 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

This is not achievable directly with raylib windowing. Ramon has a description of modifications that might allow this to be done. You would then be maintaining a custom version of raylib. Out of the box, raylib has only one application window managed with a global static structure shared among all the raylib API operations. The other way is to draw mini-windows within that bigger window. No pop-outs or detached dialogs. Seems like much work.

I could not find anywhere in the IMGUI projects I have examined where raylib is usable as a back end. Where do you see that? I do see that glfw can be a back end to an IMGUI though. I also suspect that IMGUI being C++ (not compatible Clean C) code rai…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@seclerp
Comment options

Answer selected by seclerp
Comment options

You must be logged in to vote
1 reply
@seclerp
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants