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 cython-users
Hello! May be my question will look a bit strange, but I'm almost absolute beginner in terms of developments deeps. Several days ago I decided to start work over Unity game (Unity has it latest version). But I faced some little troubles with C# cause I haven't work with C languages almost at all. But I have some experience with Python and I got an idea why can't I just write a part of modules using Python and after that compile it in .exe or .dll files and use it in my game? After that I learned about Cython and it' ability to create almost native C/C++ modules. So, my question is can I use it also with Unity and make my life easier with it? Or may be it is not suitable after all?