-$18,000

360 Learning Environment on site fabrication (2700)

Stuff we need to build the holodeck
  • Again, this mechanism is based on the concept of projecting
    a memory map of an image.
    Consider for a moment how a simple video card works:
    there is an area of memory in a computer which is being read
    while the monitor is translating that data into light. Each BYTE
    may represent a dot on the screen. The bytes can be visualized
    as being arranged in a rectangular map of the screen. Which byte
    contains which dot is numbered YX.

    The holodeck contains memory banks visualizable as Cubes,
    and where the memory contains "not zero", the projector projects
    a dot of light. The number of the byte containing the dot is ZYX.

    In both display systems, the display must continually feed the
    memory contents into itself, while also allowing a computer to
    access the memory and draw things on this (memory) map. And
    so, when looking at a memory mapped display, you are peering into
    an imaginary world contained in the computer's memory.

    Memory contents can be translated easily to Video with nothing
    more than a binary counter, Especially if the memory is ROM, and
    the monitor has separate RGB and SYNC inputs.

    The holodeck similarly translates the memory for it's projector.
    The projector is much simpler than a monitor,
    but this article on constructing it is not yet complete.