Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.8 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.8 KB

Manim Radians Animation Library [deprecated]

Welcome to the repository for the very first video on the Project Carver Youtube channel. The code has since been deprecated and the video is no longer available. You can find the most up to date content for learning Radians at

www.projectcarver.com/blog

Radians Animation

Youtube Link

Description

This video is the very first of (hopefully) many in a series on trigonometry.

Prerequisites: It's not required but it does help if you're familiar with ratios, fractions, and algebra equations to understand all the concepts in this video.

0:00 - What is direction/rotation? 3:15 - Degrees 4:00 - Why 360? 4:38 - Radians 7:12 - Radians vs. Degrees 9:48 - Recap

The review sheet for this video can be found here: https://www.projectcarver.com/concept-sheets

This video is an entry in 3b1b's SOME competition: https://www.3blue1brown.com/blog/some1

How It's Made:

Python, Manim Library

This software was coded primarily by JeroSQ in Python using the Manim library with small aesthetic changes done by myself.

Lessons Learned:

Teaching content requires a lot of iterating to make lessons concise and approachable. What can start out as a lengthy explanation or complex animation, oftentimes can be reduced down to something much shorter and simpler. For basic animations like those displayed on the Project Carver website, the difficulty of building and maintaining Manim code far outweighs the benefits of its flexibility. Manim will likely only be used in future animations if it cannot be first completed in an animation software suite.