Skip to content

TomOffermann/EMobility-Animations-Manim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMobility-Animations-Manim

Animations created with Manim for my graduation exam presentation

Setup:

Have Python installed. Then:

pip install manim

For motors:

cd ./motors

For storage solutions:

cd ./storage_concepts

Render Animation:

manim %flags% %file_name% %scene_name%

You can find the scene_name as the name of classes in the python animation files.

  • Flags: For more information look in Manim-Docs
    • -q[quality] and -pq[quality], -q for normal render, -pq for render with instant-play of video
    • with quality = (l,m,h,k) for low, medium, high and ultra

Example:

cd ./motors && manim -qh dc_motor.py DCMotor

Some Previews:

Videos:


SineWave.mp4

LithiumBattery.mp4

Images:


Gleichstrommotor:

DCMotor_ManimCE_v0 14 0


Einfacher E-Motor Aufbau:

SimpleMotor_ManimCE_v0 14 0


Dreiphasiger Strom:

ExampleSineWaves_ManimCE_v0 14 0


Wechselstrommotor:

ACMotor_ManimCE_v0 14 0

About

Animations created with Manim for my finals exam presentation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages