From ce81de7655863d5b8cf93ba25c43860365efec16 Mon Sep 17 00:00:00 2001 From: Jacob W <49035217+aOttf@users.noreply.github.com> Date: Mon, 23 May 2022 23:10:29 -0400 Subject: [PATCH 1/3] Add Books for Design Patterns --- docs/好书推荐.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/好书推荐.md b/docs/好书推荐.md index 3542f5cc..1cc25d43 100644 --- a/docs/好书推荐.md +++ b/docs/好书推荐.md @@ -74,6 +74,12 @@ - Advanced global illumination, 2nd Edition - [Monte Carlo theory, methods and examples](https://artowen.su.domains/mc/) +## 游戏性&游戏引擎开发 + +- 实时碰撞检测 +- AI for Games, 3rd edition + + ## 深度学习 - [动手学深度学习](http://tangshusen.me/Dive-into-DL-PyTorch/#/) @@ -85,6 +91,11 @@ - [Software Engineering at Google](https://abseil.io/resources/swe_at_google.2.pdf) +## 设计模式 + +- 设计模式:可复用面向对象软件的基础(Gang of Four) +- 大话设计模式 by 程杰 + ## C/C++ - The ANSI C Programming Language, 2nd Edition(中文:C程序设计语言第二版,C语言最经典的一本书) From c3db4d809228c9c0021649cce75c66698322e221 Mon Sep 17 00:00:00 2001 From: Jacob W <49035217+aOttf@users.noreply.github.com> Date: Mon, 23 May 2022 23:34:03 -0400 Subject: [PATCH 2/3] Add books for Gameplay, Game Engine and Computer Graphics --- docs/好书推荐.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/好书推荐.md b/docs/好书推荐.md index 1cc25d43..ff0200df 100644 --- a/docs/好书推荐.md +++ b/docs/好书推荐.md @@ -73,12 +73,17 @@ - Physically Based Rendering: From Theory To Implementation - Advanced global illumination, 2nd Edition - [Monte Carlo theory, methods and examples](https://artowen.su.domains/mc/) +- GPU Pro系列 -## 游戏性&游戏引擎开发 - -- 实时碰撞检测 -- AI for Games, 3rd edition - +## 游戏性&游戏引擎 +- Game Engine Architecture, 3rd Edition by Jason Gregory(中文:游戏引擎架构,第二版有中文) +- Game Engine Gems系列 +- 游戏编程模式 by Robert Nystrom +- Game Programming Gems系列 +- Game Audio Programming 3: Principles and Practices by Guy Somberg +- 实时碰撞检测算法技术 by Christer Ericson +- AI for Games, 3rd edition by Ian Millington +- [Game AI Pro系列](http://www.gameaipro.com/) ## 深度学习 From efcbb3807fd88751fa320d28906c37933b14fabf Mon Sep 17 00:00:00 2001 From: Jacob W <49035217+aOttf@users.noreply.github.com> Date: Mon, 23 May 2022 23:47:42 -0400 Subject: [PATCH 3/3] Add blanks --- docs/好书推荐.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/好书推荐.md b/docs/好书推荐.md index ff0200df..0fe797f3 100644 --- a/docs/好书推荐.md +++ b/docs/好书推荐.md @@ -73,17 +73,17 @@ - Physically Based Rendering: From Theory To Implementation - Advanced global illumination, 2nd Edition - [Monte Carlo theory, methods and examples](https://artowen.su.domains/mc/) -- GPU Pro系列 +- GPU Pro 系列 ## 游戏性&游戏引擎 -- Game Engine Architecture, 3rd Edition by Jason Gregory(中文:游戏引擎架构,第二版有中文) -- Game Engine Gems系列 +- Game Engine Architecture, 3rd Edition by Jason Gregory (中文:游戏引擎架构,第二版有中文) +- Game Engine Gems 系列 - 游戏编程模式 by Robert Nystrom -- Game Programming Gems系列 +- Game Programming Gems 系列 - Game Audio Programming 3: Principles and Practices by Guy Somberg - 实时碰撞检测算法技术 by Christer Ericson - AI for Games, 3rd edition by Ian Millington -- [Game AI Pro系列](http://www.gameaipro.com/) +- [Game AI Pro 系列](http://www.gameaipro.com/) ## 深度学习 @@ -98,7 +98,7 @@ ## 设计模式 -- 设计模式:可复用面向对象软件的基础(Gang of Four) +- 设计模式: 可复用面向对象软件的基础(Gang of Four) - 大话设计模式 by 程杰 ## C/C++