this post was submitted on 28 Apr 2024
33 points (97.1% liked)

Gnome

1873 readers
25 users here now

The GNOME Project is a free and open source desktop and computing platform for open platforms like Linux that strives to be an easy and elegant way to use your computer. GNOME software is developed openly and ethically by both individual contributors and corporate partners, and is distributed under the GNU General Public License.

founded 1 year ago
MODERATORS
 

I know this is good but don't know why.

can someone explain the advantage of using vulkan?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Novi@sh.itjust.works 5 points 5 months ago (1 children)

OpenGL is the only other open source alternative. Vulkan is developed by the folks who created and manage the OpenGL specification. (https://www.khronos.org/) To shorten the list of differences I will specify one. OpenGL is ancient and can not compete on modern hardware. Vulkan is the new hotness that everyone in the future will support.

There are a many reasons that more fully answer your question but this is the short/fast.

[โ€“] Trantarius@lemmy.dbzer0.com 10 points 5 months ago

I think it's more that opengl is a higher level API that offers less granular control in exchange for easier cross platform support.