ab4d / Ab4d.SharpEngine.Samples

Samples for Ab4d.SharpEngine (cross-platform 3D rendering engine)
44 stars 4 forks source link

Add example with off-screen Vulkan and Linux framebuffer display #9

Closed rokm closed 1 year ago

rokm commented 1 year ago

Add a Linux-specific example that demonstrates the use of Ab4d.SharpEngine with off-screen Vulkan renderer, coupled with (separate) display based on the Linux framebuffer device.

Useful in cases when Vulkan renderer is available, but has no presentation surfaces (e.g., llvmpipe software renderer, or a minimal Raspberry Pi setup without graphical session).