基础
1. 游戏编程高级进阶书籍推荐:http://www.douban.com/doulist/522861/
2. Amit游戏编程:http://www-cs-students.stanford.edu/~amitp/gameprog.html
介绍游戏编程的多个方面,图形化教程赞
3. 游戏物理和网络编程:http://gafferongames.com/networking-for-game-programmers/
4. GAD游戏开发社区:http://gad.qq.com/program
5. 中国科学技术大学课程资源:https://github.com/mbinary/USTC-CS-Courses-Resource
图形学
1. OpenGL教程:http://learnopengl.com/#!Getting-started/OpenGL
循序渐进的OpenGL教程,有完整的实例代码和资源,是比红宝书和蓝宝书更加合理的入门教程。
2. OpenGL教程(中文版):https://learnopengl-cn.github.io/
上面OpenGL教程对应的中文版。
3. 《计算机图形学 - 基于3D图形学开发技术》 - JungHyun Han著
我就没见过比这本书更加简单易懂的图形学入门了
4. Inigo Quilez:http://www.iquilezles.org/www/index.htm
IQ大神的文章集
5. Sun And Black Cat: http://www.sunandblackcat.com/other.php?l=eng
优秀的图形学文章集
Shaders
1. ShaderToy:https://www.shadertoy.com/
学习和实验Shader的极好网站。
2. Geeks 3D Shader Library:http://www.geeks3d.com/shader-library/
有很多有用的Shader案例。
3. The Book Of Shaders:https://thebookofshaders.com/
Shader进阶学习的很好教程。
Unity3D
1. Unity官方中文论坛:http://forum.china.unity3d.com/forum.php
2. Unity官方手册:https://docs.unity3d.com/Manual/index.html
3. Unity官方教程:https://unity3d.com/cn/learn/tutorials
4. UGUI源码:https://bitbucket.org/Unity-Technologies/ui
5. UGUI拓展源码:bitbucket.org/UnityUIExtensions/unity-ui-extensions
6. 蛮牛:http://www.manew.com/
7. Unity3D - Alan Zuconni:http://www.alanzucconi.com/category/unity3d/
很多特别的Unity教程
8. Unity学习屋:http://www.unity3d.top/unity_web/linkList.php
很多各方面Unity主题学习的资料
9. Catlike Coding:http://catlikecoding.com/
吐血推荐这个,里面的教程极为详细,而且都是进阶的教程
游戏AI
1. Game AI Pro系列:Game AI Pro
除了最新版,其他版本的电子书都免费提供观看。第一版有中文版《游戏人工智能》
2. AI分享站:http://www.aisharing.com/
一个游戏AI程序员的网站,涉及到挺多游戏AI知识。
3. 《游戏人工智能编程案例精粹》
设计模式
1. 游戏设计模式:http://gameprogrammingpatterns.com/contents.html
2. OODesign:http://www.oodesign.com/
3. 《大话设计模式》
4. 《设计模式解析》
数据结构与算法
1. VisuAlgo:https://visualgo.net/en
将算法以可视化的形式表述出来。
2. GeeksforGeeks: https://www.geeksforgeeks.org/
很多算法教程
3. 麻省理工学院公开课:算法导论:http://open.163.com/special/opencourse/algorithms.html
4. Algorithm Visualizer : Algorithm Visualizer
可视化算法,还能看到源码等,而且界面布局看起来很舒服
5. 旧金山大学的DS可视化工具: Data Structure Visualization
数据结构与算法可视化
Lua
1. Lua 教程 | 菜鸟教程:http://www.runoob.com/lua/lua-tutorial.html
2. Lua 5.3 参考手册:http://www.runoob.com/manual/lua53doc/contents.html
3. Lua入门系列 | 果冻想:http://www.jellythink.com/archives/882
工具
1. Graph Toy:www.iquilezles.org/apps/graphtoy/
一个查看函数曲线的极好用小工具
源码
1. id software游戏源码:https://github.com/id-software