Use colorsys library to animate the gradual color changes of Penrose Triangle.
Use colorsys library to animate the gradual color changes of Penrose Triangle.
Draw a different color pattern for Penrose Tiling:
We all possible hues with colorsys library to draw a very colorful Penrose tiling.
Penrose tiling is a beautiful non-periodic tiling method. Draw it with your favorite color combination.
Make a fun game that tests how fast you can identify very small color variation. You can use colorsys library to vary hue, saturation, brightness, or any combination of them.
Use beautiful colors to fill the Triangle Radial Tessellation.
Animate many projectiles shot from a platform all with same speed but different initial angles. Which projectile landed first? Which projectile landed farthest? Which projectile landed latest? Use colorsys library
In a previous project we simulated a falling and bouncing ball physical simulation. What if we create a lot of these bouncing balls starting from 50 meters high to 100
Continuing from Hypotrochoid project, create program that allows users to draw many Hypotrochoid on one canvas to generate a beautiful spirograph. Ask users to enter the following parameters: the ratio
You can draw an oval given center after finishing the project. Now animate the rotating oval at the fixed center. Also add changing color for fun with colorsys library.