- Lua Game Development Cookbook
- Mário Ka?uba
- 71字
- 2021-07-16 13:23:09
Introduction
This chapter covers the basic principles of using the graphical interface in conjunction of LuaSDL with OpenGL. It covers basic operations on surface objects, using color models, cursor manipulation, image loading, and using textures and fonts. It also contains a few examples of game engine optimizations such as texture atlas and tilesets.
These recipes can be enhanced with the information from subsequent chapters to get better efficiency on resource handling.
推薦閱讀
- Python量化投資指南:基礎(chǔ)、數(shù)據(jù)與實(shí)戰(zhàn)
- 程序員面試筆試寶典
- Practical Internet of Things Security
- 編寫整潔的Python代碼(第2版)
- Android NDK Beginner’s Guide
- 精通Python自然語言處理
- SSM輕量級框架應(yīng)用實(shí)戰(zhàn)
- Python:Master the Art of Design Patterns
- 深入理解Elasticsearch(原書第3版)
- ExtJS高級程序設(shè)計
- Java網(wǎng)絡(luò)編程核心技術(shù)詳解(視頻微課版)
- Learning AWS
- C# Multithreaded and Parallel Programming
- 軟件項目管理實(shí)用教程
- 深入實(shí)踐Kotlin元編程