Skip to content

Wangbw Doc Site

Wangbw Doc Site

  • Home
  • About
  • My Account
  • Registration
    • Home
    • 2024
    • April
Code Manim

How to create a polyrhythm video by ONLY a few line code

Admin Apr 15, 2024 0 Comments

Manim is able to create polyrhythm animation quickly, below is how I render the animation. audio part in not included here. https://youtu.be/k_TeVEAgslM from manim import * import numpy as np…

Code

How python move & rename the files | with source code

Admin Apr 2, 2024 0 Comments

import osimport shutildef rename_images(source_folder, destination_folder): # Check if source folder exists if not os.path.exists(source_folder): print(f"Source folder '{source_folder}' does not exist.") return # Create destination folder if it doesn't exist if…

Recent Posts

  • How blender plot a functional curve | with source code
  • How Manim generate a MP3 file from on a few specific wav file based on animation.
  • How to create a polyrhythm video by ONLY a few line code
  • How python move & rename the files | with source code
  • How to simulate a ball bounce insides a ellipse| with source

Recent Comments

No comments to show.

Archives

  • June 2024
  • May 2024
  • April 2024
  • January 2024
  • December 2023
  • November 2023

Categories

  • Blender
  • Code
  • Manim
  • python
  • youtube

You Missed

Blender Code

How blender plot a functional curve | with source code

Code

How Manim generate a MP3 file from on a few specific wav file based on animation.

Code Manim

How to create a polyrhythm video by ONLY a few line code

Code

How python move & rename the files | with source code

Wangbw Doc Site

Copyright © All rights reserved | Blogus by Themeansar.