I have an ios app needs to migrate to windows phone 7.
The app was created using objc and Lua.
Is it possible to integrate Lua to C# in and develop for windows phone7?
I have an ios app needs to migrate to windows phone 7. The app
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One of you best shots is to use a LUA implementation that targets .Net, like LUA.Net or LUA2IL.
However I’m not sure about the maturity of those implementations, and whether they are mature enough or up to date. You will need to investigate this.
If that does not work, you’re left with choosing another scripting engine for your game. Best options in my book would be Boo, F#, IronPython, IronRuby or even C#.