diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-20 01:17:34 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-20 01:17:34 +0200 |
commit | 2914ff8f71616755142aea1275361400d3d87d47 (patch) | |
tree | 39252a06978b49788b292a3c103576cc3b2f0b0e /README.md | |
parent | e5a5861c3db2e2322527d9ef7482f53d445a9557 (diff) |
Update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -2,10 +2,13 @@ C++ wrapper for [mgl](https://git.dec05eba.com/mgl/about/) # Dependencies ## Build -`x11, libxrender, libxrandr` +`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 is made. +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.\ -mglpp needs to be initialized first and then a window created, before other functions are called. +mglpp 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 |