mateuszmigas / painting-droid

AI-powered cross-platform painting app inspired by the legendary MS Paint.
https://www.paintingdroid.com
GNU General Public License v3.0
116 stars 3 forks source link

Research: Apple Intelligence image generation integration #99

Open mateuszmigas opened 3 months ago

mateuszmigas commented 3 months ago

Is your feature request related to a problem? Please describe. Apple Intelligence is coming. PD should be ready to take advantage of image generation and image enhancements it offers.

Describe the solution you'd like Features will be available via SDK in Swift. Prepare a bridge (TS => Rust => Swift) of PD calling some macOS Swift APIs from web ui. It will only be available in the desktop version.

Consider: https://github.com/Brendonovich/swift-rs4

Describe alternatives you've considered If TS => Rust => Swift bridge is not working correctly consider RS => Rust => ObjectiveC => Swift

Additional context N/A