-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metal shader compilers (command line binaries) support? #326
Comments
We haven't tested the Metal toolchain yet, but There are currently no binary disributions of Darling. |
thanks good to know.. so that makes probably metal compiler to work.. other question: is Darling compatible with Windows subsystem Linux for using it in Windows also? |
See #260 |
As @resetnow has commented, Darling cannot run under WSL, because WSL doesn't have a real Linux kernel. |
very nice!! |
I tested all 3 of the tools you mentioned using this example source and it worked. |
Hi,
I want to build iOS from Linux..
http://www.pmbaty.com/iosbuildenv/
this guy provides a build enviroment for Windows and on petition also for Linux and seems working..
sad it is that Metal shader compilers aren't open sourced so can't recompile this part of the build stack..
I wanted to know if metal compiler tolos (found inside Xcode.app iphoneos.sdk/usr/bin) like:
metal -std=osx-metal1.1 -o shaders.air shaders.metal
metal-ar r shaders.metal-ar shaders.air
metallib -o shaders.metallib shaders.metal-ar
are expected to run via Darling before building Darling stack..
there aren't any current Ubuntu repo to try?
thanks..
The text was updated successfully, but these errors were encountered: