kvark / blade

Sharp and simple graphics library
MIT License
545 stars 36 forks source link

Blade on iPadOS / VisionOS? #83

Open clarkezone opened 9 months ago

clarkezone commented 9 months ago

Blade clearly already supports MacOS via Metal, is it currently supported on iOS specifically iPad?

kvark commented 9 months ago

I haven't tested it on iOS yet, but there should be minimal, if any, changes needed. This is based on the experience we had with wgpu.

Note that, in terms of window system integration, there is already support - https://github.com/kvark/blade/blob/1875b776edfc87763ebc4206fd31973b79076a2d/blade-graphics/src/metal/mod.rs#L386-L388

If you try it out, I'm curious to see how it goes!

seivan commented 4 months ago

I can try it out, but it will be with SDL and not winit, and it'll run as a rust program in an swift project.