Zed - A code editor written in rust by Atom's Developer.

sag@lemm.ee to Open Source@lemmy.ml – 258 points –
Zed - Code at the speed of thought
zed.dev

It become open source just last week. Currently don't have Linux version but soon it will have. Linux Roadmap issue

91

You are viewing a single comment

opemgl vs vulkan whays better?

Neither is inherently better. It depends on what you need. Vulkan gives you more control which can be beneficial for advanced rendering techniques however comes at the cost of requiring more knowledge to use. OpenGL is simpler but generally has higher driver overhead.

In this case probably Vulkan, as developers tend to use current computers which support Vulkan, which is faster and younger and has less overhead.

In other cases you probably want OpenGL because older GPUs don't support Vulkan and usually you want to include as many users as possible.

1 more...