Suggestions for GUI system in WSL2 #5987
Unanswered
yassinegannoun
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am using WSL2 for raylib and noticed the same issue when running the same script trying to hide cursor similar to this #5288.
This is my output:
INFO: Initializing raylib 6.0
INFO: Platform backend: DESKTOP (GLFW)
INFO: Supported raylib modules:
INFO: > rcore:..... loaded (mandatory)
INFO: > rlgl:...... loaded (mandatory)
INFO: > rshapes:... loaded (optional)
INFO: > rtextures:. loaded (optional)
INFO: > rtext:..... loaded (optional)
INFO: > rmodels:... loaded (optional)
INFO: > raudio:.... loaded (optional)
INFO: DISPLAY: Device initialized successfully
INFO: > Display size: 1920 x 1080
INFO: > Screen size: 800 x 600
INFO: > Render size: 800 x 600
INFO: > Viewport offsets: 0, 0
INFO: GLAD: OpenGL extensions loaded successfully
INFO: GL: Supported extensions count: 229
INFO: GL: OpenGL device information:
INFO: > Vendor: Mesa
INFO: > Renderer: llvmpipe (LLVM 20.1.2, 256 bits)
INFO: > Version: 4.5 (Core Profile) Mesa 25.2.8-0ubuntu0.24.04.2
INFO: > GLSL: 4.50
INFO: GL: VAO extension detected, VAO functions loaded successfully
INFO: GL: NPOT textures extension detected, full NPOT textures supported
INFO: GL: DXT compressed textures supported
INFO: GL: ETC2/EAC compressed textures supported
INFO: PLATFORM: DESKTOP (GLFW - X11): Initialized successfully
What do people usually use when working with raylib on WSL? Not sure if this is strictly x11 issue, please enlighten me.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions