2023-11
2023-11-01
- 将在区间
(m, n)
的值x
, 线性映射到区间(j, k)
: $$y = (k - j) * (x - m) / (n - m) + j$$
2023-11-05
- C++20 Modules,
import
&export
- C++11
std::integral_constant
- C++20 学习笔记之
__VA_OPT__
- C++20
likely
unlikely
- C++极致的性能压榨(2):
likely
和unlikely
属性 - 孙咖啡的文章 - 知乎
- C++极致的性能压榨(2):
- C++17
fallthrough
- C++20
std::same_as
2023-11-06
- [GDC17] FrameGraph Extensible Rendering Architecture in Frostbite - Ragnarok的文章 - 知乎
2023-11-07
- C++20
std::remove_cvref
- C++17
std::is_invocable
,std::is_invocable_r
,std::is_nothrow_invocable
,std::is_nothrow_invocable_r
- C++17
std::disjunction
- C++17
std::conjunction
- C++17
- C++11
std::declval
- C++11
std::is_constructible
,std::is_trivially_constructible
,std::is_nothrow_constructible
- Red Dead Redemption 2 摄像机分析 - 掉叶粽的文章 - 知乎
2023-11-08
-
PBRT-v4
- GitHub -
PyTorch
- GitHub - C++11
std::enable_if
2023-11-10
-
CS5643
Physically Based Animation for Computer Graphics - Cornell University
2023-11-11
- CGPU - SakuraEngine - GitHub
- C++23
std::mdspan
- C++20
std::span
- What is an
mdspan
, and what is it used for? - StackOverflow - C++矩阵库设计入门 - 0.382的文章 - 知乎
- C++20
2023-11-11
- 文生图模型之Stable Diffusion - 小小将的文章 - 知乎
2023-11-18
- gl_FragCoord 的含义 - liujing7256的文章 - 知乎
2023-11-21
- Smooth Minimum
smin(float a, float b, float k)
- Inigo Quilez - Distance Functions
2023-11-25
- 斯坦福
CS193u
- 使用虚幻引擎和C++的游戏开发 - 刘泽昕的文章 - 知乎
2023-11-26
- C++11
std::get
forstd::tuple
- Operation Counting - Bit Twiddling Hacks - Sean Eron Anderson
2023-11-27
- Shader实验室:
smoothstep
函数 - Shader实验室的文章 - 知乎
2023-11-28
- 程序猿玩 Houdini - iiif的专栏 - 知乎
- Typst 中文用户使用体验 - 一只方橙的文章 - 知乎
2023-11-29
- C++20
std::range::shuffle