-
Notifications
You must be signed in to change notification settings - Fork 245
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
Does Pixel support embedding in other GUI widgets? #130
Comments
It might be possible, but I haven't attempted that and don't really know how to do it. |
@NaniteFactory Did you ever get anywhere with this? |
@Oref No, I haven't got a clue. But it'd be great if someone had this feature implemented in Pixel.. |
I've been working on embedding imgui widgets into a pixel window (and using the pixel rendering stack). I'm ironing out the last few issues to get it ready for general use; pixelui. If you were interested in embedding a different GUI framework, this could potentially be used as a guide; if you just wanted a gui system, this should just work for you. |
Pixel renders with OpenGL and it seems like Qt supports embedding OpenGL views: https://doc.qt.io/archives/qt-4.8/qt-opengl-hellogl-example.html Does that help at all? |
There are several GUI frameworks out there like Qt, GTK, etc. Pixel is a great library for 2D game developments and I want it to integrate with them. Is there a way to embed Pixel canvases into other windows of GUI libraries? Thanks.
The text was updated successfully, but these errors were encountered: