Media Summary: We look at another way of storign global values (inside An explaination of what run time type information is, how we can use it to make binding native script to We use the library to automatically bind any free function (with no parameters or return types) to

Embedding Lua In C 20 Upvalues Light Userdata - Detailed Analysis & Overview

We look at another way of storign global values (inside An explaination of what run time type information is, how we can use it to make binding native script to We use the library to automatically bind any free function (with no parameters or return types) to Using the library, we write to public members of a class object from a

Photo Gallery

Embedding Lua in C++ #20 - Upvalues & Light Userdata
C++ : In lua is there a way to bind an upvalue to a userdata value instead of a function?
Embedding Lua in C++ #14 - User Values
Embedding Lua in C++ #21 - Explaining Run Time Type Information
Embedding Lua in C++ #1
Embedding Lua in C++ #4 - Calling A Lua Function From C
Embedding Lua in C++ #5 - Passing Function Parameters From C to Lua
Embedding Lua in C++ #7 - Using Native Types in Lua
C++ : Adding a userdata metatable to a lua table
Embedding Lua in C++ #15 - Memory Allocation
Embedding Lua in C++ #23 - Calling Native Functions Using Run Time Type Information
Embedding Lua in C++ #31 - Handling User Values Using Run Time Type Information
View Detailed Profile
Embedding Lua in C++ #20 - Upvalues & Light Userdata

Embedding Lua in C++ #20 - Upvalues & Light Userdata

We look at another way of storign global values (inside

C++ : In lua is there a way to bind an upvalue to a userdata value instead of a function?

C++ : In lua is there a way to bind an upvalue to a userdata value instead of a function?

C++ : In

Embedding Lua in C++ #14 - User Values

Embedding Lua in C++ #14 - User Values

How to

Embedding Lua in C++ #21 - Explaining Run Time Type Information

Embedding Lua in C++ #21 - Explaining Run Time Type Information

An explaination of what run time type information is, how we can use it to make binding native script to

Embedding Lua in C++ #1

Embedding Lua in C++ #1

C++ and

Embedding Lua in C++ #4 - Calling A Lua Function From C

Embedding Lua in C++ #4 - Calling A Lua Function From C

These videos describe how to

Embedding Lua in C++ #5 - Passing Function Parameters From C to Lua

Embedding Lua in C++ #5 - Passing Function Parameters From C to Lua

These videos describe how to

Embedding Lua in C++ #7 - Using Native Types in Lua

Embedding Lua in C++ #7 - Using Native Types in Lua

These videos describe how to

C++ : Adding a userdata metatable to a lua table

C++ : Adding a userdata metatable to a lua table

C++ : Adding a

Embedding Lua in C++ #15 - Memory Allocation

Embedding Lua in C++ #15 - Memory Allocation

How to

Embedding Lua in C++ #23 - Calling Native Functions Using Run Time Type Information

Embedding Lua in C++ #23 - Calling Native Functions Using Run Time Type Information

We use the http://www.rttr.org/ library to automatically bind any free function (with no parameters or return types) to

Embedding Lua in C++ #31 - Handling User Values Using Run Time Type Information

Embedding Lua in C++ #31 - Handling User Values Using Run Time Type Information

We allow the

Embedding Lua in C++ #32 - Writing Object Properties Using Run Time Type Information

Embedding Lua in C++ #32 - Writing Object Properties Using Run Time Type Information

Using the http://www.rttr.org/ library, we write to public members of a class object from a

C++ : Lifetime of Lua userdata pointers

C++ : Lifetime of Lua userdata pointers

C++ : Lifetime of

Embedding Lua in C++ #3 - Explaining Types And The Lua Stack

Embedding Lua in C++ #3 - Explaining Types And The Lua Stack

These videos describe how to

Embedding Lua in C++ #13 - Writing Object Properties

Embedding Lua in C++ #13 - Writing Object Properties

How to