this post was submitted on 30 Jan 2024
261 points (95.5% liked)
Open Source
30957 readers
504 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.