svn commit: r554406 - in head/graphics: . kmscube
Jan Beich
jbeich at FreeBSD.org
Sat Nov 7 16:46:06 UTC 2020
Jan Beich <jbeich at FreeBSD.org> writes:
> Author: jbeich
> Date: Sat Nov 7 16:40:29 2020
> New Revision: 554406
> URL: https://svnweb.freebsd.org/changeset/ports/554406
>
> Log:
> graphics/kmscube: add new port
>
> kmscube is a little demonstration program for how to drive bare metal
> graphics without a compositor like X11, Wayland or similar, using
> DRM/KMS (kernel mode setting), GBM (graphics buffer manager) and EGL
> for rendering content using OpenGL or OpenGL ES.
If you don't like OpenGL see vkcube-display from devel/vulkan-tools
and https://github.com/mpv-player/mpv/pull/7268
GBM isn't used in Vulkan world, so it may work with x11/nvidia-driver.
More information about the svn-ports-head
mailing list