Okudagram

[START]

What does this screen do?

Allows you to make screens mimicking the appearance of the circular displays from the original series movies (Starting from Voyage Home)

How do you make Okudagrams?

This is actually pretty complex...

The toggle UI button hides/shows the HUD/GUI so you can see the Okudagram. When the GUI is hidden, clicking the Okudagram will take a screenshot.

An Okudagram is a big circle split into 10 rows and 40 columns. To select a cell, you can either click it or use the circular directional pad for finer control.

There are 3 tools, GET which samples a cell from the Okudagram (like the eyedropper in ms paint), SET which draws a cell (like the pencil tool), and auto which automatically samples a cell you select and automatically sets whatever changes you make without having to reclick it

Each cell can contain a single shape (mode). Either blank, a circle, a square, a slice (a segment of a circle), lines or a bar with round ends.

The dimensions (sides) are set as a fraction, so a width of 0.5 would be 50% of the width of the cell. That way 0.5 would would scale properly to whatever distance the cell is from the center.

A cell can have 2 colors, 1 is the main one that will be showing, 2 is the blink color if blink is enabled, however at this point I don't support the feature. I will enable it later.

File lets you Save, Load, Randomize or Clear the current Okudagram. If you have a custom one (that you made) loaded, the last option will let you delete it.

If at any point you get stuck in the menu and want to go back, just click Toggle UI twice.

To do:

-Animated Gradient

-Moving slices

-Growing bars

-Random number blocks

[END]