mbrockman1 / PythonSwiftLink-WrapperExamples

Wrap and go!
2 stars 0 forks source link

Share Extensions #1

Open nheffelman opened 5 months ago

nheffelman commented 5 months ago

I've been scouring the web looking at how to implement file management in kivy-ios. So thank you for your work here. I haven't yet implemented them in my app. Is this working well?

I was also wondering if you had plans on doing any more wrapping such as for Share Extensions. My swift and C knowledge is very lacking. I could try copying what you have here, but I really don't know what I'm doing. Thanks again.

mbrockman1 commented 5 months ago

I would suggest you head to https://github.com/PythonSwiftLink. The guy is working on a better python/swift interface. The problem with kivy-ios is that it is essentially dead and the wrapper interface that was working with kivy-ios is dead too. So this project is essentially nonfunctional. It is out of my hands, sorry about that.

nheffelman commented 5 months ago

Sorry to hear that. I'd mostly been working on kivy with android, but i'm trying to port my work over to iOS. Some of the process seems easier on kivy-ios, and cython seems to run much faster than java.

I had compiled your file manager example but it gives an error importing swift_types. that must be part of the problem with kivy-ios.

Thanks for pointing me to pythonwswiftlink

On Thu, Apr 11, 2024, 11:59 AM Michael @.***> wrote:

I would suggest you head to https://github.com/PythonSwiftLink. The guy is working on a better python/swift interface. The problem with kivy-ios is that it is essentially dead and the wrapper interface that was working with kivy-ios is dead too. So this project is essentially nonfunctional. It is out of my hands, sorry about that.

— Reply to this email directly, view it on GitHub https://github.com/mbrockman1/PythonSwiftLink-WrapperExamples/issues/1#issuecomment-2050123768, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5V6PZH3TORJ3HEA55X4GTY426PHAVCNFSM6AAAAABF67FWIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJQGEZDGNZWHA . You are receiving this because you authored the thread.Message ID: @.*** com>

mbrockman1 commented 5 months ago

I would hop onto the pythonswiftlink discord too. The developer is very active and very helpful.