- Lua Game Development Cookbook
- Mário Ka?uba
- 74字
- 2021-07-16 13:23:05
Chapter 1. Basics of the Game Engine
In this chapter, we will cover the following recipes:
- Preparing a basic file structure for the game engine
- Making a stack
- Making a queue
- Making a prioritized queue
- Extending ipairs for use in sparse arrays
- Creating Lua modules
- Handling errors with pcall, xpcall, and assert
- Using Lua with existing projects written in C/C++
- Getting LuaSDL for libSDL 1.2
- Designing the main application loop with LuaSDL
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- Python自然語言處理實戰:核心技術與算法
- Mastering OpenCV Android Application Programming
- Mastering Spring MVC 4
- CentOS 7 Linux Server Cookbook(Second Edition)
- Mastering Drupal 8 Views
- Linux Device Drivers Development
- Access 2010數據庫應用技術(第2版)
- 輕松上手2D游戲開發:Unity入門
- Visual Basic 程序設計實踐教程
- R的極客理想:量化投資篇
- 例解Python:Python編程快速入門踐行指南
- Mastering ASP.NET Web API
- LiveCode Mobile Development Hotshot
- Storm Real-Time Processing Cookbook