You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thing just to be clear axmol doesn't support wayland display server yet right? It should be easy to do it since glfw supports it out of the box, but just not yet, right?
Secondly I am not totally familiar with the axmol's project structure, clearly if we want to follow the implementation of https://github.com/webview/webview we need to be able to include GTK and WebKit headers and also be able to link it. But I am not sure if I should edit the CMakeFile inside of core/ui/UIWebView/, or somewhere else.
Also wanted to ask if was called only for linux and windows
X11 should be only available on Linux platforms right?
Any suggestions on how I should approach it would be appericiated, initially will try to follow https://github.com/webview/webview and existing axmol Win32 Implementation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First thing just to be clear axmol doesn't support wayland display server yet right? It should be easy to do it since glfw supports it out of the box, but just not yet, right?
Secondly I am not totally familiar with the axmol's project structure, clearly if we want to follow the implementation of https://github.com/webview/webview we need to be able to include GTK and WebKit headers and also be able to link it. But I am not sure if I should edit the CMakeFile inside of
core/ui/UIWebView/
, or somewhere else.Also wanted to ask if was called only for linux and windows
axmol/cmake/Modules/AXLinkHelpers.cmake
Line 10 in 5f4c08d
because
axmol/cmake/Modules/AXLinkHelpers.cmake
Lines 116 to 120 in 5f4c08d
X11
should be only available on Linux platforms right?Any suggestions on how I should approach it would be appericiated, initially will try to follow https://github.com/webview/webview and existing axmol Win32 Implementation.
Beta Was this translation helpful? Give feedback.
All reactions