# Welcome

In 2023, [The Wisdome Project](https://wisdomeproject.se/) introduced innovative visualization dome theatres. Tekniska Museet and Wisdome Stockholm have taken the lead in assembling a **Creators Toolkit**—a compendium aimed at enabling anyone and everyone to create experiences for the dome, and beyond.

Throughout spring 2024, Tekniska organized hack events to explore the dome through light, video, and sound. The learnings became the foundation for this toolkit.&#x20;

Have feedback? Join our [Discord](https://discord.gg/44rq4YZUf4) community as we learn together.

### Wisdome arenas

The following locations are part of Wisdome and have a fulldome facility. The facilities vary slightly in technical specifications and size.

* Visualiseringscenter C, Norrköping
* [Curiosum](https://www.curiosum.umu.se/om-curiosum/wisdome/), Umeå
* Tekniska museet, Stockholm
* Universeum, Göteborg
* Science Center, Malmö

## Wisdome Stockholm

**Wisdome Stockholm** is an advanced dome theater located at the National Museum of Science and Technology in Stockholm. The system is designed to deliver high-quality stereoscopic visualization in a fulldome format. The dome is 15 meters wide and covered by a seamless projection surface that is managed by six Barco XDL-4K30 projectors in a 3D 6P configuration. The sound system is a multichannel 9.1.1.

### Technical overview

#### Video system

**Presentation Projector:** The Barco F80-4K12 is separate from the dome's 3D projection and used for external presentations.

**Signal Transmission:** The video signal is transmitted via KVM and fiber to the projectors.

**Control System:** The image system is managed via a Crestron CP4 and a KVM Switching Manager on the file server.

**Real-Time 2-Cluster:** Comprising 6 computers used for development, research, experimentation, and artistic activities. Controlled by an independent master computer.

**Realtime Cluster:** Features 6 computers plus 1 spare, used for OpenSpace. Controlled by a main master computer.

**Video Cluster:** Contains 6 computers plus 1 spare, employed for movie screenings with Watchout. Managed by Crestron and the main master computer.

**Image Generation:** Three computer clusters are controlled by two Master computers.

**Resolution:** Approximately 8K total resolution on the projection surface.

**Projection:** Using six Barco XDL-4K30 projectors, each projector displays separate image sections to create one seamless surface.&#x20;

### Control Room

The Wisdome Stockholm interface is accessed through the control room and its two screens. The screen on the left is the Crestron Control Screen. The second screen comes with a mouse and keyboard and is used to interact with the computers in the server. It's setup with an additional virtual screen which can be used for browsing.

Read more about the interfaces and how to use them in these PDF.

{% file src="<https://2763646459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ4P7uZPmyMn9EiHPZCGs%2Fuploads%2F70AVfPV7ba1ChG7qXLQA%2FWisdome_Control_Room_Manual-1.0-English.pdf?alt=media&token=ebcc4a3a-b228-4a72-9dcb-9dcad7a486de>" %}

{% file src="<https://2763646459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ4P7uZPmyMn9EiHPZCGs%2Fuploads%2FPYb7nu54nYzGT3D4hul3%2FWisdome_Control_Room_Manual-1.0-Swedish.pdf?alt=media&token=54734e3e-1ebf-4e72-bca4-2c2b947ce726>" %}

### The Cluster & Nodes

The dome features 6 projectors stitched together, with each projector having a computer connected to it. We refer to the computers as "nodes" and each group of nodes is referred to as a "cluster". There are 3 clusters:

#### 1. The Video cluster

This cluser is used for playback of dome video such as [Making Magic](https://visualiseringscenter.se/makingmagic3d).

#### 2. The Realtime cluster

This cluster is primarily used for running [OpenSpace](https://www.openspaceproject.com/).

#### 3. The experimental cluster

This cluser is used for experimental audiovisual applications, for example TouchDesigner, Unreal, PureData and Resolume.

## Software

[C-Play](https://github.com/c-toolbox/C-Play) is an open source cluster video player and used as a media server for the Master Computer.

## C-Troll

[C-Troll](https://github.com/c-toolbox/C-Troll) is a suite of applications that make it possible to control applications in a distributed computing environment. It provides the ability for a central *Control* computer to control a number of *Nodes* and start configurable programs on these clusters. The suite consists of four applications: The *Tray*, *C-Troll*, the *Editor*, and the *Starter*.

## Visualiser

This web application enables users to upload their own image or video and preview how it will appear in the dome format.

* [Visualization](https://lab.possan.codes/wizdome/vis/4/index.html)

<figure><img src="https://2763646459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ4P7uZPmyMn9EiHPZCGs%2Fuploads%2FYPJXMDIyFq3OkLzKLQUi%2FSpoor_Arvefjord-Puerto-Prett-6.jpg?alt=media&#x26;token=fff5931f-629a-4360-be8f-2f020ed51ccb" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wisdome.gitbook.io/creators-toolkit/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
