有点笨有点猪
关于
Base Knowledge
Artificial Intelligence
Generative AI
Reinforcement Learning
Compilation Principle
1 Overview
2 Lexical Analysis
3 Syntax Analysis
4 Syntax-Directed Translation
5 Intermediate Code Generation
Computer Graphics
Animation
刚体
柔体
流体
质点-弹簧系统
Geometry
Rendering
Games101
Games102
实时光线追踪
实时全局光照
实时抗锯齿与超采样
实时渲染中的工业界技术
实时环境光照
实时阴影
实时高质量着色
Computer Network
1 Overview
2 Application Layer
3 Transport Layer
4 Network Layer
5 Link Layer
Computer Organization
Data Structures & Algorithm
Basic Algorithm
Binary Lifting
Binary Search
Enumerate
Greedy
Recursion & Divide and Conquer
Sort
前缀和 & 差分
Dynamic Programming
动态规划
Graph
Traverse
Hash
Linear
Misc
String
Tree
Traverse
Operating system
1 Overview
2 并发
3 虚拟化
4 内核
5 持久化
Z Reference Link
Programing
C&C++
C++对象模型
实现双端队列
C#
Code Style
Cuda
Design Pattern
1 Creational
1 Factory Method 工厂方法
2 Abstract Factory
3 Builder
4 Prototype
5 Singleton
6 Summary
2 Structural
1 Adapter
2 Bridge
3 Composite
4 Decorator
5 Facade
6 Flyweight
7 Proxy
8 Summary
3 Behavioral
1 Chain of Responsibility
10 Visitor
11 Interpreter
12 Summary
2 Command
3 Iterator
4 Mediator
5 Memento
6 Observer
7 State
8 Strategy
9 Template Method
Lua
1 Overview
2 Lua 5.x精要总结
3 Lua GC
4 Lua 虚拟机
5 Lua 面向对象
Python
1 Overview
Rust
1 基础
Shell
1 Overview
TypeScript
1 Overview
Z Reference Link
Unreal Engine
AI
BehaviorTree
EnvironmentQuery
NavMesh
Animation
动画状态机
Asset&Pak&Patch
Core
UObject
Debug
Editor Extension
GamePlay
Framwork
AGameModeBase
AGameStateBase
Game Ability System
AGameplayCueNotify_Actor
FGameplayTag
UAbilitySystemComponent
UAbilityTask
UAttributeSet
UGameplayAbility
UGameplayEffect
Replication
Optimization
Replication Graph
Significance Manager
Physics
Platform
Java Native Interface
Unreal Plugin Language
Profile
UE性能优化工具
Unity性能优化方向
Rendering
Sounds
UI
UnLua
Unlua指南
Unlua源码解析
Z Reference Link
Work Experience
Efficiency
UE Project Git Pull&Build
Security
哈希函数
Serialization
Json
Protobuf
Z Reference Link
README
UGameplayAbility
一种游戏操作,可以赋予支持GAS的Actor并由其执行,附带用于确定其需求、开销和其他行为的信息。 ...
2025-08-10
Unreal Engine
>
GamePlay
>
Game Ability System
UE性能优化工具
CPUUnreal InsightUnreal Insights 在 Unreal Engine 4.24.3版本中开始支持移动平台性能数据录取。数据直接写入文件,GUI工具采集结束后离线解析数据文件。 优势:可长时间录制数据,数据在时间轴上以进程调度的形式展示,比较容易分析Game、RenderThread与WorkerThread的调度情况,从整体上结合时间连贯性对CPU瓶颈进行初步的定位。也 ...
2025-08-10
Unreal Engine
>
Profile
UE Project Git Pull&Build
使用UGit管理项目,设置定时任务每日自动唤醒计算机并执行该脚本。 @echo offsetlocal enabledelayedexpansionrem 获取脚本所在目录set "script_dir=%~dp0"rem 定义一个数组来存储所有仓库的相对路径set "repos[0]=XXXXX\"set "repos[1]=XXXXX\Plug ...
2025-08-10
Work Experience
>
Efficiency
UAttributeSet
在游戏机制中具有特定含义的一系列属性或数值。属性可以代表游戏资源,例如”生命值(Health)”、可以影响其他游戏规则的参考值,例如”基础攻击力(Base Attack Power)”,甚至可以代表无状态量,例如”施加的伤害(Applied Damage)”。属性集(Attribute Sets)负责定义、管理、复制一个或多个属性(Attribute)的属性值。 ...
2025-08-10
Unreal Engine
>
GamePlay
>
Game Ability System
UAbilityTask
...
2025-08-10
Unreal Engine
>
GamePlay
>
Game Ability System
UAbilitySystemComponent
一种 技能系统组件 ( ASC ),可以添加到Actor,以便为其提供GAS功能。这会跟踪特定Actor的状态,并处理复制。 ...
2025-08-10
Unreal Engine
>
GamePlay
>
Game Ability System
TypeScript
自动关联目录:TypeScript ...
2025-08-10
Programing
>
TypeScript
Tree
自动关联目录:Tree ...
2025-08-10
Base Knowledge
>
Data Structures & Algorithm
>
Tree
Traverse
...
2025-08-10
Base Knowledge
>
Data Structures & Algorithm
>
Graph
Traverse
...
2025-08-10
Base Knowledge
>
Data Structures & Algorithm
>
Tree
<
1
2
3
4
5
6
…
17
>