Skip to content

wit-exhibition/exhibition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive VR exhibition about women in computer science

A room with 3 portraits of computer scientists

The project

This is the development repository of the virtual reality exhibition about women and non-binary people in computer science. The project was initiated by students of the HTW Berlin.

During a practical course the student built the first version of the exhibition. The code of the first version is here: https://github.com/adas-salon

The name: wit-exhibition

The name "wit-exhibition" was the first working title. The students later decided for the name "Ada's Salon".

Technologies

The exhibition was build with A-Frame combined with aframe-react and Redux. The assets e.g. pictures, audio files etc. are hosted on the A-Frame CDN.

Devices

This VR experience works best in Chrome on modern Android devices (e.g. Samsung S8/S9, Pixel). On older devices you may experience problems such as slow frame rates, long loading times or no display of any content. The experience should work in Firefox but note that audio loading time is much longer! (Up to several minutes.)

Sound is not working on iPhone. Bug fixing contributions welcome.

Contributions

The project is now ready to accept contributions. Head over to the issues to see what you can contribute.

How to get started

First clone the repository and cd into it.

Before instalation

You need to have Node.js installed. You will also need npm. When you install node.js, npm is automatically installed.

Installation

If you have npm you can start installing all required packages.

npm install

To start the app you type the following command.

npm start

Then you can access the app in the browser with localhost:3000.

Deployment

The exhibition is deployed to GitHub pages. With the the following command you can build a static JS bundle and deploy it to GitHub pages:

npm run deploy

It gets deployed to https://wit-exhibition.github.io/exhibition/

About

Web Virtual Reality exhibition about Women in Tech (A-Frame Experience)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages