aclysma / skulpin

Skia + Vulkan = Skulpin
Apache License 2.0
395 stars 41 forks source link

Support for mobile devices #29

Open aclysma opened 4 years ago

aclysma commented 4 years ago

Add support for iOS and Android

aclysma commented 4 years ago

I've successfully built and run SDL2 on iOS simulator and hardware. I wrote up a guide here: https://blog.aclysma.com/rust-on-ios-with-sdl2/

I believe skia-safe is able to compile for both platforms. So I think this is very achievable but would still require a lot of setup for an end-user to get it working. A guide or sample Xcode project would likely make it more accessible.