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
* raylib: add headless backend (EGL surfaceless, no display server)
Third backend built from the new PLATFORM_HEADLESS raylib platform.
Replaces xvfb for running raylib apps in CI: RAYLIB_BACKEND=headless
renders offscreen to an EGL pbuffer via Mesa llvmpipe.
Linux x86_64 wheels now ship desktop+headless, aarch64 ships all
three backends. An explicit RAYLIB_BACKEND at build time still builds
just that backend.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* raylib: bump to 6.0.0.1, EGL/GLES build deps for headless
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* raylib: pin merged headless commit
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments