Book description
Discover the perfect synergy between C++ and Lua to create powerful, adaptable, and high-performing software solutions
Key Features
- Get hands-on experience by integrating Lua with C++
- Explore real-life project-ready advanced techniques for your future projects
- Learn Lua through practical coding examples and exercises
- Purchase of the print or Kindle book includes a free PDF eBook
Book Description
C++ is a popular choice in the developer community for building complex and large-scale performant applications and systems. Often a need arises to extend the system at runtime, without recompiling the whole C++ program. Using a scripting language like Lua can help achieve this goal efficiently.
Integrate Lua to C++ is a comprehensive guide to integrating Lua to C++ and will enable you to achieve the goal of extending C++ programs at runtime. You’ll learn, in sequence, how to get and compile the Lua library, the Lua programming language, calling Lua code from C++, and calling C++ code from Lua. In each topic, you’ll practice with code examples, and learn the in-depth mechanisms for smooth working. Throughout the book, the latter examples build on the earlier ones while also acting as a standalone. You’ll learn to implement Lua executor and Lua binding generator, which you can use in your projects directly with further customizations.
By the end of this book, you’ll have mastered integrating Lua into C++ and using Lua in your C++ project efficiently, gained the skills to extend your applications at runtime, and achieved dynamic and adaptable C++ development.
What you will learn
- Explore how to access and compile Lua source code
- Call Lua code from C++ for enhanced functionality
- Integrate C++ code into Lua for powerful interactions
- Deepen your understanding of Lua stack for advanced usage
- Implement a project-ready Lua executor and binding generator
- Extend C++ projects with customizable and extensible Lua scripting
Who this book is for
This book is for C++ developers seeking to seamlessly integrate Lua, learn the Lua programming language by examples, or enhance their understanding of Lua-C++ interaction. Basic knowledge of C++ is required to fully benefit from this book.
Table of contents
- Integrate Lua with C++
- Contributors
- About the author
- About the reviewer
- Preface
- Part 1 – Lua Basics
- Chapter 1: Getting Your C++ Project Lua-Ready
- Chapter 2: Lua Fundamentals
- Part 2 – Calling Lua from C++
- Chapter 3: How to Call Lua from C++
- Chapter 4: Mapping Lua Types to C++
- Chapter 5: Working with Lua Tables
- Part 3 – Calling C++ from Lua
- Chapter 6: How to Call C++ from Lua
- Chapter 7: Working with C++ Types
- Chapter 8: Abstracting a C++ Type Exporter
- Part 4 – Advanced Topics
- Chapter 9: Recapping Lua-C++ Communication Mechanisms
- Chapter 10: Managing Resources
- Chapter 11: Multithreading with Lua
- Index
- Other Books You May Enjoy
Product information
- Title: Integrate Lua with C++
- Author(s):
- Release date: October 2023
- Publisher(s): Packt Publishing
- ISBN: 9781805128618
You might also like
book
Creating Solid APIs with Lua
Learn how you can build APIs by integrating the Lua and C programming languages. These APIs …
book
C++ Game Animation Programming - Second Edition
Build your own OpenGL or Vulkan application in C++ and learn the latest techniques in character …
book
Advanced C++ Programming Cookbook
A recipe-based guide to refining your C++ programming skills with the help of coding best practices, …
book
C and Python Applications: Embedding Python Code in C Programs, SQL Methods, and Python Sockets
Solve problems by embedding Python code in a C programs, SQL methods, Python sockets. This book …