this post was submitted on 30 Jan 2024
0 points (NaN% liked)

Open Source

30272 readers
498 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] jackpot@lemmy.ml 0 points 7 months ago (1 children)
[–] ReakDuck@lemmy.ml 0 points 7 months ago (1 children)

Afaik, its Apples way to render things with their OS. It only works with Apple and its similar to DirectX which only works for Windows.

The best thing everyone should use is something that supports all platforms like OpenGL or Vulkan which is even Open Source

[–] jackpot@lemmy.ml 0 points 7 months ago (1 children)

opemgl vs vulkan whays better?

[–] Helix@feddit.de 0 points 7 months ago* (last edited 7 months ago)

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.