TristanTrim / post--grand-tour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension on Grand Tour for SENG310 Project

This is the repository of our UVic SENG310 (human computer interaction) course project. We want to do some extensions to some of the visualizations in the grand tour and see how it affects human computer interaction usability.

Live version here!

development:

  • Clone your fork or copy of this repository: e.g. git clone https://github.com/TristanTrim/post--grand-tour.git
  • Install python3 and http library (if they are not already installed.
  • cd post--grand-tour
  • Run python3 -m http.server to run a lightweight python server
  • Navigate to http://localhost:8000/public/index.html in your favorite web browser.

Acknowledgment

Please find the page for the paper presenting the grand tour here: https://github.com/distillpub/post--grand-tour

The original paper is availiable here: https://distill.pub/2020/grand-tour/

The utility code for WebGL under js/lib/webgl_utils/ were adapted from Angel's computer graphics book supplementary: https://www.cs.unm.edu/~angel/BOOK/INTERACTIVE_COMPUTER_GRAPHICS/SEVENTH_EDITION/

About

License:Creative Commons Attribution 4.0 International


Languages

Language:JavaScript 72.7%Language:SCSS 7.1%Language:Less 6.8%Language:CSS 6.3%Language:HTML 6.2%Language:TeX 0.4%Language:Python 0.3%Language:GLSL 0.1%