-
Notifications
You must be signed in to change notification settings - Fork 0
/
content.json
1 lines (1 loc) · 4.32 KB
/
content.json
1
{"meta":{"title":"Catchip's Zone","subtitle":"","description":"","author":"Catchip","url":"http://example.com","root":"/"},"pages":[],"posts":[{"title":"manim 学习记录","slug":"manim__learn_notes","date":"2020-11-25T13:11:45.000Z","updated":"2020-11-30T17:20:09.016Z","comments":true,"path":"2020/11/25/manim__learn_notes/","link":"","permalink":"http://example.com/2020/11/25/manim__learn_notes/","excerpt":"","text":"近日一名老师雇我为他新开的一门线上课《线性代数的几何意义》制作动画,并且要求使用 3b1b 所采用的 manim 动画引擎。在此之前,我对 manim 了解甚少,故利用此次机会学习一下 manim 相关的知识。 什么是 Manim? 根据维基百科关于 3Blue1Brown 的词条,Grant Sanderson 是斯坦福大学的数学研究生。从 2015 年初,3Blue1Brown 作为编程方面的个人兴趣项目诞生。在播客节目 Showmaker 中,他透露到他最初为练习他的编程技能,决定用 Python 制作一个计算机图形软件,这便是开源项目”Manim”的由来。他使用该动画引擎制作了许多视频上传到 3Blue1Brown 频道,3Blue1Brown 还在中国大陆 Bilibili 弹幕视频网站建有“中国官方账号”,转载其 Youtube 视频并配中文字幕。 按照 Manim 的 github 仓库上的说法:Manim is an animation engine for explanatory math videos. It’s used to create precise animations programmatically, as seen in the videos at 3Blue1Brown。大致意思是说 Manim 是一个用于制作解释性数学视频的动画引擎。 安装 Manim在安装 Manim 前,要先安装好一些依赖 (Cairo,ffmpeg,Sox,latex) 源码安装如果想要对 manim 项目的源代码进行一些个性化的修改,可以直接克隆 manim 的 github 仓库,进行安装 123git clone https://github.com/3b1b/manim.gitcd manimpython3 -m install -r requirements.txt 这种安装方式下,文件夹下除了关键的manimlib和manim.py文件外,值得注意的还有一个docs文件夹。在docs文件夹下make操作,可以生成 manim 相关的文档,格式可以选择。(需要提前安装好sphnix,安装方式pip install sphnix) pip 安装manim 需要 python3.6 或者更高的版本,可以通过 pip 安装 1pip3 install manimlib 初识 Manim在使用源码安装的情况下,在项目根目录下会附带一个example_scenes.py,其作为样例代码,里面包含了许多简单场景,使用如下命令后选择需要生成的场景,可以观看效果: 1python3 manim.py example_scenes.py -pl","categories":[],"tags":[]},{"title":"hexo 框架下的 NexT 主题使用","slug":"hexo框架下的NexT主题使用","date":"2020-11-11T14:12:24.000Z","updated":"2020-11-13T11:37:50.363Z","comments":true,"path":"2020/11/11/hexo框架下的NexT主题使用/","link":"","permalink":"http://example.com/2020/11/11/hexo%E6%A1%86%E6%9E%B6%E4%B8%8B%E7%9A%84NexT%E4%B8%BB%E9%A2%98%E4%BD%BF%E7%94%A8/","excerpt":"","text":"NexT 作为 hexo 框架下一个十分热门的主题,成为了我使用 hexo 博客框架后所采用主题的第一选择。 格式约定 使用 /blog 指代 hexo 环境的根目录 InstallationNexT 作为 hexo 框架的一款主题,安装方式和其他诸如 jacman、Hueman 等主题基本一致。 将主题文件夹拷贝到 /blog/themes 下 12cd /bloggit clone https://github.com/iissnan/hexo-theme-next themes/next 修改 /blog 下的_config.yml文件,找到theme字段,修改如下: 123456# Extensions## Plugins: https://hexo.io/plugins/## Themes: https://hexo.io/themes/#theme: landscapetheme: next 启动 hexo 服务器,验证 NexT 主题是否安装成功","categories":[],"tags":[]},{"title":"Hello World","slug":"hello-world","date":"2020-11-09T13:40:21.741Z","updated":"2020-11-09T13:40:21.741Z","comments":true,"path":"2020/11/09/hello-world/","link":"","permalink":"http://example.com/2020/11/09/hello-world/","excerpt":"","text":"Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment","categories":[],"tags":[]}],"categories":[],"tags":[]}