Browse by type
The goal of this project was to create a working miniature desktop display inspired by the 'Macrodata Refinement' computers featured in Apple TV's Severance. This build consists of two key aspects: the software and the hardware design, both outlined below.
Feel free to email comments, suggestions, or inquiries directly to andrewchilx@gmail.com.
GENERATE
- A N×N grid is created.
- Each cell is filled with a random integer between 0-9.MAP
- A Perlin noise map assigns smooth gradient values to the grid.
- This ensures numbers are naturally grouped rather than randomly scattered.THRESHOLD
- Each cell's value is compared to a set threshold.
- Values above the threshold are marked as 'bad'/'scary' numbers.GROUP
- 'Bad' numbers are grouped based on proximity to one another.
- At random intervals, a group visible in the viewport will be activated:
- If hovered over, they become 'super active', extending their active time and appearing agitated.
- If clicked, the group is 'refined', animating into a pre-determined bin and resetting as no longer 'bad'.
$ claude mcp add LumonMDR \
-- python -m otcore.mcp_server <graph>