deB4SH / VL-Layout

Repository for a project in layout visualisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VL-LAYOUT

Project for information visualisation in webgl

Prerequirements

  • NodeJS

How to Start

  • git clone this project
  • install nodejs
  • change dir to cloned project
  • run in cmd 'npm install'
  • run in cmd 'npm start' or 'node server.js'
  • browse to localhost:1337

Keybindings

  • o = switch between time based rotation and mouse based rotation
  • w = increase cube vertex count
  • s = decrease cube vertex count
  • d = increase cube radius
  • a = decrease cube radius
  • f = render "skydome"
  • q = increase skydome distance -> produces a lot of lag
  • e = decrease skydome distance -> produces a lot of lag

About

Repository for a project in layout visualisation

License:GNU General Public License v2.0


Languages

Language:JavaScript 94.9%Language:HTML 4.2%Language:CSS 0.9%