Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
gllmAR committed Sep 16, 2024
1 parent f1f2997 commit 3186295
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
4 changes: 4 additions & 0 deletions contenus/2_scenarisation/10_idee/10_concept/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ Utiliser le storyboard pour mettre en scène l’évolution de l’idée dans un

Inviter les pairs ou les mentors à donner un retour d’information structuré sur le concept. Cela permet d’identifier les zones floues ou qui méritent d’être renforcées avant la présentation finale.


## Étude de cas

* [Choreographies for Humans and Stars, Permanent interactive outdoor installation developed by Daily tous les jours for Montreal's planetarium (2014) par Eva Schindling ](https://openframeworks.cc/ofBook/chapters/project_eva.html)
7 changes: 4 additions & 3 deletions contenus/2_scenarisation/20_scenario/20_interactif/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ graph TD;
I --> K[Terminer le niveau];
K --> L{Fin du jeu ?};
L -->|Oui| M[Écran de fin];
L -->|Non| F;
L -->B;
```

Expand Down Expand Up @@ -207,10 +207,11 @@ graph TD;
H -->|Oui| I[Retour à veille];
H -->|Non| C;
Installation interactive présenté dans un musées, une exposition ou des événement.
```

Installation interactive présenté dans un musées, une exposition ou des événement.

### Réalité Virtuelle (VR)

```mermaid
Expand Down Expand Up @@ -239,9 +240,9 @@ graph TD;
L --> C;
M --> E;
```
Une expérience de réalité virtuelle avec des choix et des embranchements.

```

### Réalité Augmentée (AR)

Expand Down
10 changes: 10 additions & 0 deletions contenus/2_scenarisation/20_scenario/50_exemple/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

```mermaid
graph TD;
Démarrage["Écran de *démarrage*"] --> B[Menu principal];
B -->|Nouvelle partie| C[Choisir personnage];
B -->|Charger partie| D[Reprendre partie];
```

0 comments on commit 3186295

Please sign in to comment.