# 游戏技术

## 引用

* [killop/anything\_about\_game: A wonderful list of Game Development resources.](https://github.com/killop/anything_about_game#shader-compiler)
* [TA后备隐藏能源(持续更新嗷) - 知乎](https://zhuanlan.zhihu.com/p/265590519)
* [最全面的游戏开发技术图谱](https://github.com/gonglei007/GameDevMind)
* [游戏客户端进阶之路](https://zhuanlan.zhihu.com/p/74739364)
* [小怂猫人投稿视频-小怂猫人视频分享-哔哩哔哩视频](https://space.bilibili.com/347235/upload/video)⭐

## 序列化

* [Serialization For Games](https://jorenjoestar.github.io/post/serialization_for_games/) ：强推
* [The Future of Scene Description on God of War](https://www.gdcvault.com/play/1026345/The-Future-of-Scene-Description)
* [Tools Tutorial Day: A Tale ofThree Data Schemas](https://www.gdcvault.com/play/1025284/Tools-Tutorial-Day-A-Tale)
* [YooAsset/AssetBundleReporter.md at main · tuyoogame/YooAsset](https://github.com/tuyoogame/YooAsset/blob/main/Docs/AssetBundleReporter.md)

## Game engine 游戏引擎

* [游戏引擎架构](https://www.cnblogs.com/yeqluofwupheng/tag/%E5%BC%95%E6%93%8E/)
* [嘉栋的Coding Blog](https://www.cnblogs.com/murongxiaopifu/)
* [【浅墨的游戏编程Blog】毛星云（浅墨）的专栏](https://qianmo.blog.csdn.net/)
* [引擎 - 标签 - 乘风有时 - 博客园](https://www.cnblogs.com/yeqluofwupheng/tag/引擎/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://okzkx.gitbook.io/blogs/game-tech.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
