Profile PictureChirag Dudhat
$0+

Harmonic Wheels Python Script

1 rating
Add to cart

Harmonic Wheels Python Script

1 rating

This python script creates a harmonic wheel animation.

The paid version allows you to do following modifications in addition to color customization :

circRadius = 10 # the radius of the wheel
numLines = 15 # how many lines do you want on the wheel?
alphaLines = 0.5  # change the transparency of line. 
alphaPoints = 1  # change the transparency of points. 
shiftPoints = 180 # change this value for different patterns. 

# change any point to your likings.
points[1].set_color("#FF0000")  
points[1].set_markersize(15) 

# change any line to your likings.
lines[1].set_color("#ffffff") 
lines[1].set_linewidth(2)  
$
Add to cart
56 sales

You'll get a python script, make sure you have python installed on your system with right editor. ( ex. Visual Studio Code )

Copy product URL

Ratings

5
(1 rating)
5 stars
100%
4 stars
0%
3 stars
0%
2 stars
0%
1 star
0%