diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-20 01:11:12 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-20 01:11:12 +0200 |
commit | 06957aa0f264bc181c01f5618f3b3c8d4db38ddb (patch) | |
tree | f76a8580213fca0b36a0349fbc6081b37e49cda5 /README.md | |
parent | 5500ce377a0a552bfa858232f7086c197d0ab458 (diff) |
wip: wayland
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,8 +6,10 @@ Mgl supports both x11 and wayland and allows you to choose either glx or egl at `libx11, libxrender, libxrandr`\ `wayland-client, wayland-egl, wayland-scanner` ## Runtime -`libglvnd (libGL.so, libEGL.so)` +`libglvnd (libGL.so, libGLX.so, libEGL.so)` # Notes Every window _get_ function is cached from the last event poll, no calls to x11/wayland is made.\ Only one window can be created and used at once.\ mgl needs to be initialized first and then a window has to be created before other functions are called. +# TODO +Wayland support is not finished yet. Use MGL_WINDOW_SYSTEM_X11 for now in mgl_init.
\ No newline at end of file |