lua
Lua unit testing framewok for embedded systems
I\'m just curious, what is a good Lua framework f开发者_如何转开发or unit-testing on embedded systems. I heard about Lunit and Lua Unit, but do these libraries work fine on embedded systems?As far as[详细]
2023-04-06 16:21 分类:问答Corona SDK, tableView: is there a way to force refresh- currently not showing new table entries
Is there a way to force a refresh/reload of the data on a tableView. I’m making an app where you tap a button to show a diff开发者_C百科erent group, in that new group you add a record to a sqlite dat[详细]
2023-04-06 13:11 分类:问答iPhone Download levels for application
I am developing a 2d game for iPhone/iPad. Game will use lua for n开发者_高级运维pc/location scripting and build-in lua interpreter.[详细]
2023-04-06 04:18 分类:问答What is the lua equivalent of Python list.pop()?
I\'m working on a project where the end-users will be running Lua, and communicating wi开发者_C百科th a server written in Python, but I can\'t find a way of doing what I need to do in Lua.[详细]
2023-04-06 02:17 分类:问答Lua weak references
I\'m working on a project in Lua where I will be creating tables and storing them in a master table, to be erased at a later time. I will pass around references to these tables to other sibling tables[详细]
2023-04-05 17:11 分类:问答Develop Games for IOS/Android devices? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot b开发者_如何转开发e reasonably answered in its current for[详细]
2023-04-05 13:16 分类:问答How do i sample an audio file say .wav , specifically import it in an array and divide it in chunks. (in Lua)
am n开发者_开发技巧ot that big on programming and i need to sample an audio file that is recorded via a mobile, i understand that the mobile device records the voice, and there are sample rates and ea[详细]
2023-04-05 13:07 分类:问答How do i sample an audio file say .wav , in an 8 bit 8khz parameter
i am not that big on programming and i need to sample an audio file that is recorded via a mobile, i understand that the mobile device records the voice, and there are sample rates and each sample has[详细]
2023-04-05 11:32 分类:问答Use LuaBind to call Lua functions inside a class when Lua is bound inside THAT class
Basically, I just want to be able to have a clean Lua instance made inside of my Manager class, then export the functions in the class to Lua, so that I can call functions on the already created C++ c[详细]
2023-04-05 10:05 分类:问答Lua/C binding, binding from lua
I\'m currently building a lua event system (in lua), however I want to be ab开发者_开发技巧le to fire events from C too, I was wanting to bind a C function to a lua function, such that the C function[详细]
2023-04-05 07:12 分类:问答