The general process of the Mandelbrot project
The brief of the project we wanted to do was to produce an audio-visual artwork using programming. The most interesting point of this, is that we can think o...
The brief of the project we wanted to do was to produce an audio-visual artwork using programming. The most interesting point of this, is that we can think of an image or music and implement it.
To do this project, I followed these steps:
-We use Python to start the project because Python has libraries that remove the initial complexity and allow us to focus on image selection (selecting the desired fractal and color).
The first production images:
Final image:
-Once we’ve chosen the desired image and figured out what we want to do in general, we move on to the C language implementation (at the end we use C because it is much faster than Python). First, we generate the initial image and then we will implement the functions that we want to use for video production and finally, we choose the desired color and choose a path to navigate on our fractal that is visually more beautiful. My initial image in c with simple coloring:
For coloring, in python we used hsv but in c we can only use rgb, so we need to use a function to convert hsv to rgb
here is some coloring that I test them:
and here is the final color that I chose:
-To complete this work of art, we need to produce the appropriate music; We use Sonic Pi to produce music with programming. Producing music with it is not difficult, the hard part is producing music in harmony with the images, both in terms of coordination with the movements and in terms of matching the initial sense of the image (with respect to color) and the beginning of the music and its rhythm. Of course, how to continue the music so as not to make the video boring is also one of the important issues.
-After all these steps, we produce the final video using ffmpeg.
Test: This is atest
The brief of the project we wanted to do was to produce an audio-visual artwork using programming. The most interesting point of this, is that we can think o...
What is Starlink, exactly? Technically a division within SpaceX, Starlink is also the name of the spaceflight company’s growing network – or “constellation” ...
A brief description of Sophia -Hanson Robotics’ most advanced human-like robot, Sophia, personifies our dreams for the future of AI. As a unique combinati...