热更新
C#开发加载DLL https://github.com/Ourpalm/ILRuntime
xlua开发解释执行 https://github.com/Tencent/xLua
slua开发解释执行https://github.com/pangweiwei/slua
ulua 包含服务器测试框架https://blog.youkuaiyun.com/linshuhe1/article/details/50720727
游戏引擎开发
类unity引擎 https://github.com/PanosK92/Directus3D
自己作品https://github.com/xiaomingfun/TmingEngine
比较完整的https://github.com/AtomicGameEngine/AtomicGameEngine
非常完整的引擎 https://github.com/urho3d/Urho3D
虚幻源码 https://github.com/EpicGames/UnrealEngine
模型加载 https://github.com/enginmanap/limonEngine
games104 现代游戏引擎: 入门到实践 https://games104.boomingtech.com/sc/
游戏服务器
NF引擎 https://github.com/ketoo/NoahGameFrame
设计模式
游戏设计模式https://github.com/tkchu/Game-Programming-Patterns-CN
编程注意的原则https://github.com/webpro/programming-principles
java设计模式 https://github.com/iluwatar/java-design-patterns
图形API
vulkan 完备教程 https://www.vulkan.org/learn
vulkan教程 https://vulkan-tutorial.com/Introduction
Opengl 完备的教程 https://learnopengl-cn.github.io/
OpenGL 英文完整代码 https://ogldev.org/
Directx 12 官方教程 https://docs.microsoft.com/en-us/windows/win32/direct3d12/directx-12-programming-guide
游戏渲染
Shader 进阶学习 https://www.shadertoy.com/
Shader渲染 https://jiepengtan.github.io/2018/03/26/shader-tutorial00-01my-recommend/
Shader系列教程 https://github.com/JiepengTan/FishManShaderTutorial
软渲染器 https://github.com/ssloy/tinyrenderer
知乎渲染器光栅化算法 https://zhuanlan.zhihu.com/p/140926917
透视投影和正交投影 http://www.songho.ca/opengl/gl_projectionmatrix.html
微积分,概率论
蒙特卡洛积分 https://zhuanlan.zhihu.com/p/146144853
计算机图形学
清华大学计算机图形学公开课http://cg.cs.tsinghua.edu.cn/course/resource_main.htm
unity可编程渲染管线
UE 底层渲染 RHI
游戏前端设计框架
unity组件开发 https://github.com/sschmid/Entitas-CSharp
编程语言扩展
lisp函数式编程 https://github.com/cisco/ChezScheme
游戏开发路线图
游戏程序学习路线https://miloyip.github.io/game-programmer/
安卓工具下载网址
安卓studio http://adt.android -studio.org/
NDK https://blog.youkuaiyun.com/shuzfan/article/details/52690554
Google C++ 编程规范
https://zh-google-styleguide.readthedocs.io/en/latest/google-cpp-styleguide/
c++ 学习教程
Mac 安装Homebrew
安装
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
卸载
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"