|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-manim-from-practice-part2/
课程评论:没有评论
课程名称:从实践中学习Manim (Python库) (第二部分) 课程概述: 本课程是关于Manim动画引擎的第二部分,Manim是一个用于制作解释性数学视频的动画引擎,可以通过编程创建精确的动画。Manim最初由Grant Sanderson为其YouTube频道3Blue1Brown开发,因其独特的动画风格受到许多人的喜爱。 本课程将重点介绍: * Manim的**示例画廊 (Example Gallery)**:通过实际案例展示Manim的功能和用法。 * Manim的**完整参考手册 (Complete Reference Manual)**:深入讲解Manim的各项指令和高级特性。 课程背景: Manim最初是一个个人项目,使用起来有一定门槛。后来,社区开发者对其进行了优化,形成了现在的社区版。本课程基于社区版,旨在帮助学习者掌握Manim,以便为数学概念制作动态和演示视频。 讲师对Manim的评价: 讲师在寻找能够制作动态数学演示视频的工具时发现了Manim,并对其简洁优雅的语法和易于理解的定义深感吸引,因此投入精力学习。 致谢: 特别感谢Grant Sanderson!
Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically.Manim was originally created by Grant Sanderson as a personal project and for use in his YouTube channel, 3Blue1Brown. As his channel gained popularity, many grew to like the style of his animations and wanted to use manim for their own projects. However, as manim was only intended for personal use, it was very difficult for other users to install and use it.In late 2019, Grant started working on faster OpenGL rendering in a new branch, known as the shaders branch. In mid-2020, a group of developers forked it into what is now the community edition; this is the version documented on this website. In early 2021, Grant merged the shaders branch back into master, making it the default branch in his repository - and this is what manimgl is. The old version, before merging the shaders branch is sometimes referred to as ManimCairo and is, at this point, only useful for one singular purpose: rendering Grant's old videos locally on your machine. It is still available in his GitHub repository in form of the cairo-backend branch.I met Manim while I'm looking for some hands-on tool to help to create dynamic and videos demo for certain mathematics idea, when touch base on Manim's syntax, it's attracting me quite a lot with it's easier understood and elegant definition. Thus I'd like to pay some efforts to learn it thoroughly.This is the part 2 of the course, and will focus on Example Gallery and Complete Reference Manual demosGood luck! Thanks a lot to Grant Sanderson!