Treffer: Lua Game Development Cookbook : Over 70 Recipes That Will Help You Master the Elements and Best Practices Required to Build a Modern Game Engine Using Lua

Title:
Lua Game Development Cookbook : Over 70 Recipes That Will Help You Master the Elements and Best Practices Required to Build a Modern Game Engine Using Lua
Authors:
Resource Type:
eBook.
Database:
eBook Index

Weitere Informationen

Key FeaturesBook DescriptionThis book is for all programmers and game enthusiasts who want to stop dreaming about creating a game, and actually create one from scratch. The reader should know the basics of programming and using the Lua language. Knowledge of the C/C++ programming language is not necessary, but it's strongly recommended in order to write custom Lua modules extending game engine capabilities or to rewrite parts of the Lua code into a more efficient form. Algebra and matrix operations are required in order to understand advanced topics in Chapter 4, Graphics – Legacy Method with OpenGL 1.x-2.1 and Chapter 5, Graphics – Modern Method with OpenGL 3.0+. Sample demonstrations are coupled with binary libraries for Windows and Linux operating systems for convenience.What you will learnSet up OpenGL graphics along with GLSL shadersUse lighting and graphical effectsCreate animated game characters using Box2D libraryLoad and use textures, fonts, and 3D modelsDesign and implement a graphical user interfaceIntegrate simple Artificial Intelligence for pathfindingImplement networking supportUse data structures in programmingWho this book is forThis book is for all programmers and game enthusiasts who want to stop dreaming about creating a game, and actually create one from scratch.