游戏资源

基础

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


图形学

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/

吐血推荐这个,里面的教程极为详细,而且都是进阶的教程

设计模式

1. 游戏设计模式:http://gameprogrammingpatterns.com/contents.html

2. OODesign:http://www.oodesign.com/

3. 《大话设计模式》

4. 《设计模式解析》

数据结构与算法

1. VisuAlgo:https://visualgo.net/en

将算法以可视化的形式表述出来。

2. 麻省理工学院公开课:算法导论:http://open.163.com/special/opencourse/algorithms.html

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/

一个查看函数曲线的极好用小工具

作者:Kaima_Chen 链接:https://www.jianshu.com/p/e9d1857ab2a7

你可能感兴趣的:(游戏资源)