在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):mikaelkindborg/mobilelua开源软件地址(OpenSource Url):https://github.com/mikaelkindborg/mobilelua开源编程语言(OpenSource Language):C 72.9%开源软件介绍(OpenSource Introduction):MobileLuaUpdate October 8, 2013I no longer actively develop MobileLua. I will keep this repositry here, because it contains code that could be useful for future implementations of Lua on mobile devices. DescriptionMobileLua is a port of Lua to MoSync, a C/C++ cross-platform development system for mobile devices. This enables Lua to be used on a wide range of mobile devices. News (old)MobileLua now wraps all functions and constants in the "mosync" namespace. For example, when you previously wrote:
You now write:
The downloadable files for the LuaLive editor and client have been updated to use the new MobileLua version. Note: The code for the old version of MobileLua that does not have the "mosync" namespace is available in branch "VersionOne". Error handlingMoSync does not yet support exceptions or setjmp/longjmp, so Lua error handling is replaced with return in case of errors and check for error status. This is not implemented for all error conditions, so for some errors you can get incomplete error information, or in the worst case the program may hang or crash. Example codeThe following is a very simple paint application. Supports multi-touch.
Contact[email protected] LicenseUnless stated otherwise, the MIT license is used for the source code. Each source file should contain a license header. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论