CryptoCubes are algorithmically generated volumetric abstractions known as NFT’s on the Ethereum blockchain. Each CryptoCube is a unique output.
These works are generated by a script written in Python. Depending on the color and the scale of boxes being generated, setup variables include:
- Cellular Automata
- Color (0–255)
- Scale
- Randomness ( Gaussian )
Once the variables are determined, the script executes the colored boxes.
It does this by generating the specified number of colors and boxes with random scale.