Replies: 3 comments 4 replies
-
|
@Aaron1011 There is no ETA for now but it's on our radar |
Beta Was this translation helpful? Give feedback.
-
|
@miketimofeev besides metal on Macos, does DX11/12 supported in Windows or Vulkan in Ubuntu runners? |
Beta Was this translation helpful? Give feedback.
-
|
I am building an Open source app using the Kivy framework, an it too is expecting an OpenGL 2.0+ back end.
Hope this is helpful to someone at least |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As described in actions/runner-images#1779, Metal is not currently available on Github Actions macOS images.
Having Metal available (even if it's some kind of slow software implementation) would be a huge help for the Ruffle project (https://github.com/ruffle-rs/ruffle). As part of our Github Actions workflow, we render images on Linux and Windows runners, and compare them to expected images checked into the repository. However, we cannot run these image-based tests on macOS runners, resulting in a gap in our test coverage.
This would benefit any project that needs to perform GPU-based rendering on computation on macOS.
Beta Was this translation helpful? Give feedback.
All reactions