38
Is the new #zed editor mostly hype rn?
(hachyderm.io)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
My device doesn't have a graphics card and only has two threads, so I guess it's just for higher end devices?
Unfortunately it requires vulkan (it says 1.3, but because vulkan is based on extensions so it probably doesn't require the full 1.3). So if you have the Intel GMA 950 that's in the motherboard for your Pentium 4 HT is not supported. But I'm confident that an AMD HD 6000 from 2010 with the Mesa driver "terakan" is enough to run it. And theoretically one could implement vulkan even for an HD 2000 from 2007, but it's an unreasonable effort.
If they made an opengl backend, you would be golden, as the Mesa driver i915 implements opengl 2.1 for the GMA 950, and it's definitely enough to run an editor
P.s.: and I sure did not spend the last 30 minutes looking up vulkan hardware