From 11b6fb3d3ebb7ae200f4cd046820a644927a42d5 Mon Sep 17 00:00:00 2001 From: InkSoul Date: Fri, 23 Jun 2023 22:07:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E5=8D=9A=E5=AE=A2?= =?UTF-8?q?=EF=BC=8C=E5=88=A0=E9=99=A4=E5=85=B3=E4=BA=8E=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E4=B8=8D=E5=90=88=E7=90=86=E8=A1=A8=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archetypes/Plumage.md | 27 ------------------- content/about/_index.md | 6 ++--- content/mathematics/公式大全.md | 2 +- content/stuff/重启博客.md | 48 +++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 31 deletions(-) delete mode 100644 archetypes/Plumage.md create mode 100644 content/stuff/重启博客.md diff --git a/archetypes/Plumage.md b/archetypes/Plumage.md deleted file mode 100644 index 992fe0f..0000000 --- a/archetypes/Plumage.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} - ---- - -* engine - * 3rdparty - * asset - * bin - * shader - * source - * editor - * precompile - * runtime - * core - * base - * macro.h - * log - * log_system.h - * log_system.cpp - * math - * random.h - * meta - * function - * platform - * resource diff --git a/content/about/_index.md b/content/about/_index.md index 826212b..850f761 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -25,7 +25,7 @@ date: 2022-05-10T17:23:35+08:00 ###### 算法 -虽然说做TA的学长前辈说对于这一行业其实对一般算法要求不高,但我会在这里偶尔整理一些常用算法,也会有一些渲染算法的论文复现整理到这 +我会在这里偶尔整理一些常用算法,也会有一些渲染算法的论文复现整理到这 ------------------------------ ###### 数学 @@ -36,7 +36,7 @@ date: 2022-05-10T17:23:35+08:00 ------------------------------------- ###### 408 -存放学习408代号的四门专业课的一些随笔,囿于学校上课内容堪忧(说自己学校坏话貌似不太好,但确实是我自己感受到的),更多还是考研做题内容多些,若对实操感兴趣也会记录一部分 +存放学习408代号的四门专业课的一些随笔,更多还是考研做题内容多些,若对实操感兴趣也会记录一部分 ---------------------------------------------- @@ -48,4 +48,4 @@ date: 2022-05-10T17:23:35+08:00 ----------------------------------------------- -囿于本人知识沉淀有限,知识越丰富,越感知识面之欠缺,如有错误,欢迎点击页脚信封图标给我发邮件指出或在我的[ink-soul.github.io](https://github.com/ink-soul/ink-soul.github.io/issues)项目下提交issue,我会加以验证和改正 \ No newline at end of file +囿于本人知识沉淀有限,知识越丰富,越感知识面之欠缺,如有错误,欢迎点击页脚信封图标给我发邮件指出,我会加以验证和改正 \ No newline at end of file diff --git a/content/mathematics/公式大全.md b/content/mathematics/公式大全.md index 67aeddc..da7b069 100644 --- a/content/mathematics/公式大全.md +++ b/content/mathematics/公式大全.md @@ -1,5 +1,5 @@ --- -title: "《数学一》公式大全" +title: "《考研数学二》公式大全" date: 2022-12-24T13:05:40+08:00 --- diff --git a/content/stuff/重启博客.md b/content/stuff/重启博客.md new file mode 100644 index 0000000..9d1a565 --- /dev/null +++ b/content/stuff/重启博客.md @@ -0,0 +1,48 @@ +--- +title: "重启博客" +date: 2023-06-23T21:20:55+08:00 + +--- + +在经历了整整一学期的满课和毕设的暂时编写以后,总算有足够的时间来写写自己的一些已经完成学习的内容的笔记了,在此列个小计划便于按部就班并随时增改,由于接下来的半年以闭关考研为主,所以考研部分会优先编写,剩余部分则为劳累时的余兴 + + + +---------------- + +第一次咕咕咕计划 + +* games系列课程笔记 + * games101作业笔记 + * games202 + * games202作业笔记 + * games104 + * games104作业笔记 + * games106 + * games106作业笔记 +* 技美工作相关学习记录 + * 百人计划 + * unity shader 入门精要笔记 +* 考研笔记 + * 计组 + * 操作系统 + * 数据结构 + * 计网 +* 3Blue1Brown系列笔记 + * [线性代数的本质](https://www.bilibili.com/video/BV1ys411472E/?spm_id_from=333.999.0.0&vd_source=f01c4f943a66795baa8e8524efed8c1e) + * [微积分的本质](https://www.bilibili.com/video/BV1cx411m78R/?spm_id_from=333.999.0.0&vd_source=f01c4f943a66795baa8e8524efed8c1e) + * [深度学习](https://www.bilibili.com/video/BV16x411V7Qg/?spm_id_from=333.999.0.0) +* 毕设及后续渲染器编写记录 + * c++入门 CS106笔记 + * vulkan tutorial 笔记 + * 初步PBR,IBL编写记录 +* 游戏体验记录 + * 王国之泪 + * 星铁 + * 死亡搁浅 + * warframe + * 奥日1 +* 随便玩玩 + * 基于vits的对原神胡桃语音AI还原记录 + * yuzu模拟器源码的解析 + \ No newline at end of file