∞^∞ RGB8 panel

From Esolang
Jump to navigation Jump to search

∞^∞ RGB8 panel is an esolang created by Unname4798 in response to 16x16 RGB2 panel. The board has infinity of dimensions. Tape pointer starts at (0,0,0...0,0,0)

Commands

! toggle the mode (color/value)
+ increment
- decrement
> right
< left
/ increment dimension the pointer is moving in
\ decrement dimension the pointer is moving in
[ from branflakes
] from branflakes

Code execution

The tape travels to the previous or the next color channel (if color mode is enabled and < or > is executed, respectively). Each ∞D voxel has 24 bits, 8 for red, 8 for green and 8 for blue. Code is in a infinite loop. Each iteration outputs all the ∞D voxels. There are infinity of values.