I am willing to develop wp8 games and preparing to use cocos2d-x wp8 version. I want to use lua script as my main dev language, however I am not sure is wp8 sdk allow me to do that. I did some google work myself, but only find some lua c# stuff. Can any guru tell me can I use lua and its c api or even luajit on wp8 sdk. Thanks for every tip!

有帮助吗?

解决方案

Lua itself is ANSI C, so it should be able to run under the WP8 SDK, since it has no problem compiling using MSVC. Luajit might work also, but you'll have to try it yourself.

You'll need to obviously compile lua yourself for the WP8 platform.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top