logo
分类于: 职场办公 计算机基础

简介

Game Programming Patterns

Game Programming Patterns 9.6分

资源最后更新于 2020-07-18 17:20:32

作者:Robert Nystrom

出版社:Genever Benning

出版日期:2014-01

ISBN:9780990582908

文件格式: pdf

标签: 游戏编程 设计模式 编程 游戏开发 游戏 计算机 程序设计 programming

简介· · · · · ·

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 pi...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Acknowledgements
## Introduction
Architecture, Performance, and Games
## Design Patterns Revisited
Command
Flyweight
Observer
Prototype
Singleton
State
## Sequencing Patterns
Double Buffer
Game Loop
Update Method
## Behavioral Patterns
Bytecode
Subclass Sandbox
Type Object
## Decoupling Patterns
Component
Event Queue
Service Locator
## Optimization Patterns
Data Locality
Dirty Flag
Object Pool
Spatial Partition