Hauptseite

Aus hyperdramatik
Zur Navigation springen Zur Suche springen

Herzlich Willkommen bei Allen Dingen Hyper und Drama

Welcome New Friends!

Thank you for participating in our Wiki! If you want to add pages, that are not yet available, please post them below this one here:

NewPage

Zum Nachschlagen

Technik

Arduino


ESP32,ESP8266 mit micropython

Unity

Hier werden Dinge gesammelt, die mit der Game-Development-Software Unity zu tun haben.

Video Technik

Alles, was dir deine Eltern nicht zum Thema Videoübertragung erzählt haben. Oft ist ein PC als Schnittstelle zwischer Kamera und Bildschirm/Projektor sinnvoll oder nötig. Doch es gibt auch Fälle, in denen eine unkomplizierte, direkte Verbindung einfacher und besser ist.

Direkte Verbindung der Kamera mit dem Ausgabegerät

PC als Schnittstelle

Netzwerkommunikation

RFID

XY Plotter

Here you can find a description and example code of how to connect a XY Plotter to Unity.

Kommunikation

OSC

MQTT

Kurse

Spiel && Objekt

Kooperation Uni Bremen

Projekte

Be Bernd

Wir Alle Spielen Theater

Game on Stage: Altruistic Modification (markdown)

Game on Stage: Altruistic Modification (HTML)

The Experiance

Datei:Https://live.staticflickr.com/65535/49681372218 e8308a52fa.jpgDatei:Https://live.staticflickr.com/65535/49666795797 7927df1f3f.jpg

The Story

A recent outbreak of the Loose Empathy Gift virus [LEG-9] has caused researchers to discover that human empathy may well be the result of an Empathy Gift virus. Human empathy has until now been considered to be a cognitive emotional ability. This new information, that empathy is in fact the result of a non-human cell-culture that we host within us, may well give us cause to rethink our relations with our emotions and foreign cells. LEG-9 causes infected individuals to experience lower levels of empathy because the LEG-9 virus cells in their body render the Empathy Gift cells [EG-4] defunct. Common practice in developing virus cures has been to eradicate viral cells. A new movement towards Altruistic Modification Methods (AMMs) looks to shift human cures away from human-centric acts of destruction. It considers life-forms harmful to human life to have rights for their survival, and thus calls for altruistic methods in the treatment of such conflicts.

The Virus

Datei:Https://live.staticflickr.com/65535/49672468831 5b29f8ef36.jpgDatei:Https://live.staticflickr.com/65535/49665974338 332633fa19.jpg

The Altruistic Modification Process

Empathy Gift virus [EG-4] Datei:Https://live.staticflickr.com/65535/49671926893 f802c3b62c.jpg Loose Empathy Gift virus [LEG-9] --> Modified LEG-9 [MLEG-9] Datei:Https://live.staticflickr.com/65535/49672750697 08172776b9.jpg

The Code

Vorlage:Scroll box


/*
  Blink
  Turns on an LED on for one second, then off for one second, repeatedly.
 
  This example code is in the public domain.
 */
 
// Pin 13 has an LED connected on most Arduino boards.
// Pin 11 has the LED on Teensy 2.0
// Pin 6  has the LED on Teensy++ 2.0
// Pin 13 has the LED on Teensy 3.0
// give it a name:
int led = 13;

// the setup routine runs once when you press reset:
void setup() {                
  // initialize the digital pin as an output.
  pinMode(led, OUTPUT);     
}

// the loop routine runs over and over again forever:
void loop() {
  digitalWrite(led, HIGH);   // turn the LED on (HIGH is the voltage level)
  delay(1000);               // wait for a second
  digitalWrite(led, LOW);    // turn the LED off by making the voltage LOW
  delay(1000);               // wait for a second
}

The Experiance

Datei:Https://live.staticflickr.com/65535/49681372218 e8308a52fa.jpgDatei:Https://live.staticflickr.com/65535/49666795797 7927df1f3f.jpg

The Story

A recent outbreak of the Loose Empathy Gift virus [LEG-9] has caused researchers to discover that human empathy may well be the result of an Empathy Gift virus. Human empathy has until now been considered to be a cognitive emotional ability. This new information, that empathy is in fact the result of a non-human cell-culture that we host within us, may well give us cause to rethink our relations with our emotions and foreign cells. LEG-9 causes infected individuals to experience lower levels of empathy because the LEG-9 virus cells in their body render the Empathy Gift cells [EG-4] defunct. Common practice in developing virus cures has been to eradicate viral cells. A new movement towards Altruistic Modification Methods (AMMs) looks to shift human cures away from human-centric acts of destruction. It considers life-forms harmful to human life to have rights for their survival, and thus calls for altruistic methods in the treatment of such conflicts.

The Virus

Datei:Https://live.staticflickr.com/65535/49672468831 5b29f8ef36.jpgDatei:Https://live.staticflickr.com/65535/49665974338 332633fa19.jpg

The Altruistic Modification Process

Empathy Gift virus [EG-4] Datei:Https://live.staticflickr.com/65535/49671926893 f802c3b62c.jpg Loose Empathy Gift virus [LEG-9] --> Modified LEG-9 [MLEG-9] Datei:Https://live.staticflickr.com/65535/49672750697 08172776b9.jpg

The Code

/*
  Blink
  Turns on an LED on for one second, then off for one second, repeatedly.
 
  This example code is in the public domain.
 */
 
// Pin 13 has an LED connected on most Arduino boards.
// Pin 11 has the LED on Teensy 2.0
// Pin 6  has the LED on Teensy++ 2.0
// Pin 13 has the LED on Teensy 3.0
// give it a name:
int led = 13;

// the setup routine runs once when you press reset:
void setup() {                
  // initialize the digital pin as an output.
  pinMode(led, OUTPUT);     
}

// the loop routine runs over and over again forever:
void loop() {
  digitalWrite(led, HIGH);   // turn the LED on (HIGH is the voltage level)
  delay(1000);               // wait for a second
  digitalWrite(led, LOW);    // turn the LED off by making the voltage LOW
  delay(1000);               // wait for a second
}

Hack your "Theater" - How to´s

for Theaterleitung

for Künstler*innen

Recherche

Chancen Unmöglichkeiten

Sonstiges

In Arbeit

QuickLinks / Hilfe zum Umgang mit dem Wiki