-
Notifications
You must be signed in to change notification settings - Fork 110
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
Fix epuzanovv merge request for glue_egl branch #503
Comments
I created a fork of the coin repository and made a branch that includes the work epuzanovv did to support EGL. The branch is called glue_egl. It resolves the merge conflicts for CMakeLists.txt that are in the current merge request See https://github.com/magic-lantern-studio/coin/tree/glue_egl, Instructions for building this branch can be found on the wiki page, https://github.com/magic-lantern-studio/coin/wiki/OpenGL-ES-Investigation. |
I am not the maintainer but just thank you for creating the issue. The patches made by epuzanovv and you seems to enable |
I have also updated Quarter to support EGL and Wayland. See https://github.com/magic-lantern-studio/quarter/tree/qopenglwidget-port. This branch enables QOpenGLWidget for Qt5. It also fixes a compilation issue for Qt6. Build details can be found on https://github.com/magic-lantern-studio/quarter/wiki/Quarter-1.1.0-Build-Environment-for-Linux. I have only tested this work on Ubuntu 22.04 LTS 64-bit platform. |
As I am not a Qt export, Just to understand the context: https://www.qt.io/blog/2014/09/10/qt-weekly-19-qopenglwidget. An interesting answer from QtForum:
|
epuzanovv EGL
There is an existing merge request against this branch. Bring the glue_egl request from epuzanovv current to the HEAD of the coin repository. Then make merge request against a new synchronization branch that can be used prior to merging it with HEAD.
The text was updated successfully, but these errors were encountered: