Binary Tile
par itzo
Fichiers imprimables (0)
Aucun fichier STL / OBJ / STEP disponible pour cette pièce.
Description
Binary Tile is is a physical representation of binary data. The script will automatically size the tile to be as close to a square shape as it can based on the square root of the number of bytes of data.
Byte representation:
[0][1][2][3]
[4][5][6][7]
Byte order (Ex. 3 columns):
[byte_0][byte_1][byte_2]
[byte_3][byte_4]...
Bytes are stacked in columns from left to right, and rows from top to down.
The top left bit is represented by an indicator (cut corner).