File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 22// 文章数据 - 列表形式更适合增删管理
33const articles = [
44 // TODO: 等有文章了再改,目前先直接注释掉ArticleList
5- // {
6- // id: 1,
7- // title: "MoerEngine 入门指南 ",
8- // date: "2024 -01-15 ",
9- // excerpt: "学习如何快速开始使用 MoerEngine,创建你的第一个 3D 场景。 ",
10- // author: "哈基米",
11- // URL: "https://www.bilibili.com/video/BV135pmzZE4K/?spm_id_from=333.337.search-card.all.click&vd_source=9bf143147b1951748c2b6e352a47e7dc "
12- // },
13- // {
14- // id: 2,
15- // title: "渲染管线详解 ",
16- // date: "2024 -01-10 ",
17- // excerpt: "深入解析 MoerEngine 的现代渲染管线架构和优化策略。 ",
18- // author: "南北",
19- // URL: "https://www.bilibili .com/video/BV1N3PpezEpv/?spm_id_from=333.337.search-card.all.click&vd_source=9bf143147b1951748c2b6e352a47e7dc "
20- // },
5+ {
6+ id: 1 ,
7+ title: " MoerEngine 环境部署流程 " ,
8+ date: " 2026 -01-26 " ,
9+ excerpt: " 在一台全新机器上部署MoerEngine的视频流程 " ,
10+ // author: "哈基米",
11+ URL: " https://www.bilibili.com/video/BV1YrzvBSE7K "
12+ },
13+ {
14+ id: 2 ,
15+ title: " Vulkan与CUDA互操作 " ,
16+ date: " 2026 -01-05 " ,
17+ excerpt: " 关于在C++硬件渲染器中接入CUDA与PyTorch网络的经验分享 " ,
18+ // author: "南北",
19+ URL: " https://zhuanlan.zhihu .com/p/1991548741157675927 "
20+ },
2121 // {
2222 // id: 3,
2323 // title: "PBR 材质系统",
You can’t perform that action at this time.
0 commit comments