Descriere YEO:
Pe YEO găsești Game Programming Patterns - Robert de la Robert Nystrom, în categoria Computers.
Indiferent de nevoile tale, Game Programming Patterns - Robert Nystrom din categoria Computers îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 247.69 Lei
Caracteristicile produsului Game Programming Patterns - Robert
- Brand: Robert Nystrom
- Categoria: Computers
- Magazin: libris.ro
- Ultima actualizare: 15-12-2024 01:42:32
Comandă Game Programming Patterns - Robert Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Game Programming Patterns - Robert de la libris.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
The biggest challenge facing many game programmers is completing their game. Most game projects fizzle out, overwhelmed by the complexity of their own code.
Game Programming Patterns tackles that exact problem. Based on years of experience in shipped AAA titles, this book collects proven patterns to untangle and optimize your game, organized as independent recipes so you can pick just the patterns you need. You will learn how to write a robust game loop, how to organize your entities using components, and take advantage of the CPUs cache to improve your performance. You\'ll dive deep into how scripting engines encode behavior, how quadtrees and other spatial partitions optimize your engine, and how other classic design patterns can be used in games.