This is a reprensentation of the Newton Fractal 1-z³. To make two-dimensional fractals, we need two-dimensional numbers. Each xy-position on the screen is represented by a complex number which has two dimensions a so called “real” part for the x-axis and a so called “imaginary ” part for the y-axis. So each complex number c […]
Today i modified the animation from yesterday by adding some waves and optimizing the code.
Today i modified some existing color bars by thygate@gmail.com and malc (mlashley@gmail.com). I added more colors, changed the movement and corrected the blending.
Since some time ago a was playing around with Open GL and WebGL. Without hassle you can create new OpenGL Fragment Shaders or learn to write them, by modifying existings Shaders at: https://glslsandbox.com But now I managed to show WebGL inside of my WordPress Blog. The problems are WordPress tries to reformat my code. It changes […]