Skip to content

Wangbw Doc Site

Wangbw Doc Site

  • Home
  • About
  • My Account
  • Registration
Blender Code

How blender plot a functional curve | with source code

Admin Jun 4, 2024 0 Comments

below code shows How blender scripting plot a functional curve, import bpy from mathutils import Vector import numpy as np current_scene = bpy.context.scene default_cube = current_scene.objects['Cube'] # X, Y, and…

Code

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

Admin May 7, 2024 0 Comments

from manim import * import numpy as np from os import system import os from colour import Color import math import random config.media_dir = "E:\PythonMedia\media" config.frame_width = 9#9#16 config.frame_height =…

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…

Code

How to simulate a ball bounce insides a ellipse| with source

Admin Jan 23, 2024 0 Comments

this article is to record how I create a image when a ball bounces insides a bigger ellipse,can copy the below code to get a image directly. but this post…

Code

How to simulate a ball bounce insides a circle | with source

Admin Jan 18, 2024 0 Comments

this article is to record how I create a image when a ball bounces insides a bigger circle,can copy the below code to get a image directly. import matplotlib.pyplot as…

Code

How to create Mandala pattern Geometry | with source code

Admin Jan 18, 2024 0 Comments

this Article is to record How I create a Mandala pattern Geometry. import matplotlib.pyplot as plt import numpy as np MaxLength = 4.4 ###this is to control size of length…

Code youtube

How to create simulation that rays gets reflection insides Ellipse | with source code

Admin Jan 17, 2024 0 Comments

https://youtube.com/shorts/uxFUL_p6J_A this article is to record how I create the simulation that rays gets reflection insides Ellipse. import matplotlib.pyplot as plt import numpy as np from manim import * from…

Code

How to create a midi file based on list of frame Index and connected matched note | with source code

Admin Jan 6, 2024 0 Comments

this article is to record How I create a midi file based on the below input ballPlay = , , , , ] frameIndex = step = 70 frameAspect =…

Code

How to create Gradients colors for Manim or Matplotlib | with source code

Admin Jan 6, 2024 0 Comments

Below is to record How I create a list of Gradients colors for Manim or Matplotlib. from manim import * from os import system import random import numpy as np…

Posts navigation

1 2 3

Next Page »

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.