سؤال

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