Hi, I'm learning kotlin. Is it possible to use Apple's Metal with kotlin native ? I see openGL and Metal as an exemple of "nativity" for kotlin but I can't find any more than that
b
Big Chungus
11/04/2021, 4:53 PM
#compose-desktop supports it via jvm
l
Laurent Laborde
11/04/2021, 10:20 PM
metal via jvm ? weird, but I'll take a look. thx 🙂
p
Paul Idstein
11/05/2021, 10:47 AM
You can access almost all built-in Objective-C APIs including Metal, CoreML and many more.
Swift code is not accessible, only if exported/bridged to Objective-C.
Paul Idstein
11/05/2021, 10:49 AM
Brief update: What you do not get for free with Kotlin is of course nice shader support and compilation 😉