From afef7b02ea8859b4fbd52b98a353e856f611f906 Mon Sep 17 00:00:00 2001 From: Andrew Chilicki <62761679+andrewchilicki@users.noreply.github.com> Date: Tue, 11 Feb 2025 13:34:55 -0500 Subject: [PATCH] Update README.md --- README.md | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a7c7da..8537484 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Introduction -The end goal of this project was to create a functional miniature desktop display inspired by the 'Macrodata Refinement' computers seen in Apple TV's Severance. This idea consists of two main parts, the software and the housing, both of which are broken down below. +The goal of this project was to create a functional miniature desktop display inspired by the 'Macrodata Refinement' computers featured in Apple TV's Severance. This build consists of two core elements: the software and the physical enclosure, both outlined below. Feel free to email comments, suggestions, or inquiries directly to andrewchilx@gmail.com.

- +

@@ -14,4 +14,39 @@ Feel free to email comments, suggestions, or inquiries directly to andrewchilx@g # I. The Software +#### Objectives +✔ **Generate a randomized number grid** with grouped 'bad numbers'. +✔ **Animate and style the interface** to match the aesthetics of the show. + +### a. The Number Grid + + + + + + + + + + + + + + + + + + + + + + + + + +
1GENERATEA NxN grid is filled with random numbers between 0-9.
2MAPA Perlin noise map generates smooth gradients, grouping numbers logically.
3THRESHOLDValues above a set threshold are marked as 'bad'.
4GROUP'Bad' numbers are grouped based on their proximity to others.
+ +
+ +### b. The Interface