I am still developing my “grab a repo to build and run it” skills with #rust.
On my (mostly up to date) MacOS boxes this is fairly straightforward, but trying to coax code into building and running successfully on older hardware (eg ten year old raspberry pi) is harder and I’m still working out which things to fiddle on Cargo.toml to adjust how things are built. #GLEW #egui #wgpu

Marcha Federal Universitaria - Vecinxs Autoconvocadxs de Glew

Hall de la Estación de Glew, martes, 23 abril (13:45)

https://vagancio.partidopirata.com.ar/event/marcha-federal-universitaria-vecinxs-autoconvocadxs-de-glew

Marcha Federal Universitaria - Vecinxs Autoconvocadxs de Glew

Fuente: https://www.instagram.com/vecinxsautoconvocadxsglew/p/C6EbegwOpQW/ [https://www.instagram.com/vecinxsautoconvocadxsglew/p/C6EbegwOpQW/] La unidad de trabajadores y estudiantes, en conjunto con las asambleas barriales y agrupaciones sociales, estará presente y se movilizará en contra de los ajustes del Gobierno a la educación pública. Pedimos una mayor inversión en educación para garantizar mejoras en la infraestructura escolar y salarios dignos para los docentes, quienes desempeñan un papel fundamental en la formación de las futuras generaciones.

vagancio pirato
Hardware accelerated OpenMSX would not run on Wayland because GLEW expects GLX instead of EGL. So I wrote a tiny temporary fix until GLEW is fixed upstream and the major distros catch up. #glew #wayland #openMSX #emu #gnu #hardwareAcceleration #openGL https://github.com/openMSX/openMSX/pull/1492
getting GLEW to work on Wayland by pvmm · Pull Request #1492 · openMSX/openMSX

GLEW fails to initialise because there is no GLX on wayland and the one provided by distros was built to use GLX instead of EGL. This PR ignores the GLEW_ERROR_NO_GLX_DISPLAY error and it is a temp...

GitHub