this post was submitted on 27 Feb 2024
176 points (95.4% liked)
Programming
17343 readers
386 users here now
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
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why in the world wouldn't you just use Vulkan? Then it would still be portable to other platforms with probably still good performance, no?
vulkan is a graphics api, not a framework. their framework is using vulkan.
If their framework is using Vulkan, why is it not compatible with anything but MacOS? Isn't the point of Vulkan that it's cross platform?
It's not fundamentally incompatible, they just haven't written the code to make it compatible yet. GPU frameworks need a lot of OS specific code, so it will take some time for them to make it run perfectly on Linux.
This is wrong. Their framework uses metal, which is an apple only graphics API.