You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
Hello Community,
I've been looking around the Internet but couldn't find any tutorial or examples about the topic. Can you use Cython code in your Kivy application? Since Kivy itself uses Cython, I imagine you can. But how? Should I compile de .pyx file on the Linux's Virtual Machine or on Windows? The first one builds a .so file and the other a .pyd one. Is there any incompatibility when compiling then to an .apk with buildozer or to iOS with its process?
Thanks!
Robert
unread,
Mar 23, 2022, 9:43:07 PM3/23/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
If the target is Android create a local recipe with base class CythonRecipe and all the compile stuff is handled.
In principle very similar code would work for kivy-ios, in practice .....?
Recipe help is non existent so you need to be self supporting.