mesa 25.1.3
OpenGL and Vulkan implementations
Mesa is a free implementation of the OpenGL and Vulkan specifications - systems for rendering interactive 3D graphics. A variety of device drivers allows Mesa to be used in many different environments ranging from software emulation to complete hardware acceleration for modern GPUs.
- Outputs:
bin
,out
- Website: https://mesa3d.org/
- Licenses: X11
- Package source: gnu/packages/gl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install mesa 25.1.3
as follows:
guix install mesa@25.1.3
Or install the latest version:
guix install mesa
The mesa
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install mesa:bin
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.