ALVR-IPv6/dashboard
Riccardo Zaglia a263fa6563 Force client dark mode and fix muddy sky; refactoring 2022-09-20 00:27:34 +02:00
..
css Move non-crate dirs out of alvr/ 2022-03-21 18:32:06 +01:00
js Force client dark mode and fix muddy sky; refactoring 2022-09-20 00:27:34 +02:00
webfonts Move non-crate dirs out of alvr/ 2022-03-21 18:32:06 +01:00
.prettierrc Move non-crate dirs out of alvr/ 2022-03-21 18:32:06 +01:00
README.md Move non-crate dirs out of alvr/ 2022-03-21 18:32:06 +01:00
favicon.png Move non-crate dirs out of alvr/ 2022-03-21 18:32:06 +01:00
index.html Move non-crate dirs out of alvr/ 2022-03-21 18:32:06 +01:00

README.md

Description

This folder contains the web-application that is used as UI for ALVR.

Its based on the libraries Bootstrap 4, jquery and RequireJS. It was a deliberate choice not to use a more modern framework lien (react etc. ) for the following reasons:

  • does not require nodejs, neither to build, nor to run
  • easy to read, non minified code
  • speed is not a requirement for the ui
  • proven and stable libraries are used