-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93a5bc8
commit b5e8dd4
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "Making Videos with Manim" | ||
subtitle: Manim could be used to make videos for non-mathematical purposes as well. | ||
layout: blog_default | ||
date: 2023-07-20 | ||
keywords: math Manim animation python videos | ||
published: true | ||
tags: python math-animation education | ||
--- | ||
|
||
Manim could be used to make videos for non-mathematical purposes as well. In this post, | ||
I will try to use Manim to replicate a video from `ByteByteGo`. Here is the video: | ||
|
||
<div align="center"> | ||
<iframe width="560" height="315" src="https://www.youtube.com/embed/-mN3VyJuCjM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> | ||
</div> | ||
|
||
When I try to replicate this video, I want to decompose the video into many | ||
reusable parts. For instance, the introduction part should be same for | ||
all the videos. |