HOME | DD

#atcs #fractal #mandelbrotset #shaders #glsl #mandelbrot
Published: 2017-12-07 23:08:32 +0000 UTC; Views: 206; Favourites: 5; Downloads: 0
Redirect to original
Description
(This one is my favorite of the batch)About These Fractals
This page of 9 Art Trading cards are different views of the Mandelbrot Set
fractal.
Input text is hashed and used to add variation to each image. The input text for this one was [INPUT TEXT]
Feedback on my Shaders
These are teaser screenshots of my holiday pixel shaders project I'm working on. Basically I take some input text, run it through some math that gives me a bunch of numbers, and use those 32 numbers in a program to change colors/scaling/rotation/etc. of my designs.
I always welcome any comments/critiques on my art, but feedback on these shaders would be especially helpful to make my project as best it can be before the end of the month.
In particular, I'm trying to answer these questions:
- What can I do to make these designs look more interesting?
- I plan to add interactivity/animation to these designs. What would look good?
The following is a list of things I already plan to fix. If you commment, please focus on other aspects of my designs.
- The colors are selected by random RGB values. This means that they can often be too dark or too bright. I plan to fix this by selecting random hues but limit the range of saturation/value. I will program this in later in the month.