English 中文(简体)
Lua on the Pic
原标题:Lua on the iPhone

I m trying to load at run-time Lua scripts on the iPhone. Is there a possibility to do that?

我如何能够从卢阿开始? 我找不到东西。 我可以发现的唯一事情是,这样做是可能的,但我不知道如何。

问题回答

查阅Corona SDK

http://www.lua.org/manual/5.1/“rel=“nofollow noreferer” http://www.lua.org/pil/rel=“nofollow noreferer” (在卢阿进行的预测)第一版可在网上查阅,第二版在硬拷贝上费用不高。

Lua专门设计成一种嵌入式语言,仅与任何C(或Obj-C,或C++)项目挂钩,并使用C/60/8/装载文字并加以操作。

请注意, Apple果会鼓励创建描述平台;但亚洲艾滋病协会指出,这只意味着用户必须能够增加卢阿文字,以提升你们的用意。 你可以自由使用嵌入的Lua,使你的应用更加灵活,更容易书写。

我已将Lua编成一个手套。 如果你在其他情况下使用卢阿的话,那是相当直接的。 唯一的真实情况是,Piicht公司以传统方式暴露了其档案系统,因此,我最后利用资源工具储存文字,不得不改写卢阿-多佛像功能,以接收来自捆绑的档案。

我建议将Lua编成非蜂蜜蜂,然后再试图在Pily使用。 一旦你们理解一滴pi,就不难进入可可流动框架。





相关问题
What does it mean "to write a web service"?

I just asked a question about whether it was possible to write a web-page-checking code and run it from free web server, and one supporter answered and said that it was possible only if I run "a web ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Dynamically building a command in bash

I am construcing a command in bash dynamically. This works fine: COMMAND="java myclass" ${COMMAND} Now I want to dynamically construct a command that redirectes the output: LOG=">> myfile.log ...

Why does Scala create a ~/tmp directory when I run a script?

When I execute a Scala script from the command line, a directory named "tmp" is created in my home directory. It is always empty, so I simply deleted it without any apparent problem. Of course, when I ...

Ivy, ant and start scripts

I have a project that uses ant to build and ivy for dependencies. I would like to generate the start scripts for my project, with the classpath, based on the dependencies configured in Ivy, ...

热门标签