filmov
tv
Lua C API tutorial: using the stack and working with tables

Показать описание
This tutorial covers the most fundamental functions of Lua's C API. This will be useful to anyone:
* writing a Lua module that needs to run C code,
* embedding Lua as a scripting language, or
* creating a framework or game engine using Lua.
I don't specifically talk about C++ or Objective-C, but Lua's C API is compatible with those languages as well.
This video also uses an educational module called apidemo. If you have luarocks, you can install this module by running:
sudo luarocks install apidemo
This module is open source; here is the repo for it:
* writing a Lua module that needs to run C code,
* embedding Lua as a scripting language, or
* creating a framework or game engine using Lua.
I don't specifically talk about C++ or Objective-C, but Lua's C API is compatible with those languages as well.
This video also uses an educational module called apidemo. If you have luarocks, you can install this module by running:
sudo luarocks install apidemo
This module is open source; here is the repo for it:
How to embed Lua in your application (Using the Lua C API)
Lua C API tutorial: using the stack and working with tables
Lua in 100 Seconds
Embedding Lua in C++ #1
Lua Tutorial 28: Calling C Functions From Lua
Lua Tutorial 24: Communicating from Lua to C
Why Lua 🥺
Where Lua Is Actually Used
🧶 Crochet Tutorial for All-in-One Pattern | Bags, Kids' Pouches, Glasses Case | Nitya Uphaar
How to create and use c libraries (DLLs) for lua | part 1
Lua Quick Start Guide | 6. Embedding Lua
Lua Workshop 2016: API Design for Lua and C Applications - Mitchell
LUA #2 - Calling lua from C++ (and the other way around) | C++ Scripting Guide [LUA]
Embedding Lua in C++ #1 - Building Lua From Source
Everything You Need To Start Writing Lua
Embedding Lua in C++ #4 - Calling A Lua Function From C
Lua Workshop 2016: A Sun For the Moon - A Zero-Overhead Lua Abstraction using C++ - ThePhD
CppCon 2017: Andreas Weis “Howling at the Moon: Lua for C++ Programmers”
Lua Tutorial 23: Beginning the C Library
Embedding Lua in C++ #2 - Running a Lua Script
The WORST Programming Languages EVER #shorts
Unleash the Power of IoT with the Lua language: A Step-by-Step Guide to Building Simple IoT Clients
Embedding Lua in C++ #22 - Building Run Time Type Information
C++ : How to create nested Lua tables using the C API
Комментарии