What Luduvo actually needs

Luduvo hasn't published hardware requirements. This is unofficial, worked out from the engine's own error messages and staff replies. Every line links to where it came from.

In short

  • You need a Windows PC, a Linux PC or an Apple Silicon Mac, with a graphics card from roughly the last ten years and an up-to-date graphics driver.
  • Very old graphics cards and some Intel laptop chips from 2016 to 2020 aren't supported yet.
  • On build 45, lots of Windows PCs that do meet this still can't start the game. That's a Luduvo bug, not your PC.

See the known issues if your PC should work but the game won't start.

Graphics

Operating system

Processor

  • Your CPU may need FMA instructions. One player with a 2011 Intel i5-2500 got an illegal instruction crash, but the thread was marked resolved without saying how. unconfirmed The report

Vulkan features the engine asks for

For the technically minded

On top of Vulkan 1.3 itself. If your driver lacks any of these, Luduvo skips that graphics card.

  • independentBlend
  • multiDrawIndirect
  • timelineSemaphore
  • shaderSampledImageArrayNonUniformIndexing
  • runtimeDescriptorArray
  • descriptorBindingPartiallyBound
  • descriptorBindingVariableDescriptorCount
  • descriptorBindingSampledImageUpdateAfterBind
  • descriptorBindingUpdateUnusedWhilePending
  • drawIndirectCount
  • synchronization2
  • dynamicRendering
  • samplerAnisotropy
  • geometryShader
  • fragmentStoresAndAtomics

Source: Full feature list from an alpha log

Last checked 26 Sep 2026, against build 45.