--------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------Like my blog Please remember my name: Qin Yuanpei , my blog
Note: The original text was also issued in the company's internal forum
The stack that LUA interacts with C is an important concept. The article first explains why you should introduce the LUA stack, then summarizes the APIs that are commonly used
First, the basic knowledge:
1. First Program and function:in the current learning phase, the best way to run a LUA program is through LUA's own interpreter programs, such as:
Copy Code code as follows:
/> Lua
> Print ("Hello World")
Opening part-Environment hypothesis
By: HengStar (Xin Heng)
Address: http://blog.csdn.net/gongxinheng/archive/2009/07/25/4380526.aspx
(Although I am not good at writing or having a high level, it is not easy to write an article and share some small
--------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------Like my blog Please remember my name: Qin Yuanpei , my blog
Objective
The basics of LUA have finally come to an conclusion, and from this post we are truly entering the LUA world, a boring and interesting world. Come on.
The LUA language is an embedded language, its power is limited; When Lua meets C, it
This article is reproduced in http://www.cnblogs.com/zisou/p/cocos2dx-lua1.htmlOne of the above questions I think we need to think about before we use LUA, what are the advantages of LUA? What are the drawbacks? Find your own project positioning
Below we start today's unity3d skills training. We learn Unity3d training goals: let U3d beginners can more quickly grasp the u3d technology, make changes to their own materials, can be completed independently 2D, 3D small-scale games and web game
This is a systematic learning of the scripting language of Lua these days, and the Lua script is a lightweight script that is also known as the most performance-efficient script, used in many areas where performance is required, such as: Game
This article will explain how to manipulate LUA arrays and string types in C + +, as well as how to store the LUA State (registry and Upvalue) in C + + functions, and Registry is useful when using C + + custom types. You can easily specify metatable
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.