Having worked out a reasonable but unresponsive fractal generator I know want to start working on an animation showing what a fractal is. I think I’ll do the first draft in matplotlib but reckon I can probably start moving to something a little lower level as ultimately I have an matrix of colours so rendering it should be relatively easy. I’ve also now built a function to draw out a grid and the number in that so that helps with the first part of the idea
- Title card over a fractal. I need better colours for my fractals.
- Fractal desolves to nothing, a matrix of zeroes appear.
- The numbers slowly start filling in, until we have a madelbrot in number form
- The numbers slowly start colouring in the colours scheme of the fractal. Slowly at first and then quicker and quicker. Whilst the colours appear the larger numbers get a little bolder and darker and the lower numbers a little paler and small.
- Next the background of the grid starts filling with the same colours as the numbers until the numbers are subsumed
- Once this is complete the resolution of the madlebrot gets increasingly large, use a blur fade between each stage.
- We end by zooming in on a point to reveal another madlebrot, each step is reversed back into numbers.
No comments:
Post a Comment