Skip to content

YinYangOfDao/illinois-cs498vr.github.io

 
 

Repository files navigation

CS 498 VR: The Website

Course website for CS 498 Virtual Reality at the University of Illinois. Build Status

Getting Started

  • Install Jekyll
  • cd to the location of the cloned repo
  • Run bundle install for dependencies
  • Run bundle exec jekyll serve to start the website, then visit http://localhost:4000.

Miscellaneous Documentation

Managing the class schedule

In _data/schedule.yml there is a list of objects, each representing one class. Each one must contain the following fields:

  • date: string containing the date of the lecture (formatted like so: "27 Aug 2018")
  • materials: string, will be markdownified. Should contain relevant textbook chapters to that lecture and optionally any extra materials.
  • title: string, will be markdownified. Should link to the slides.

About

CS 498 VR at University of Illinois

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.3%
  • Ruby 20.6%
  • CSS 17.4%
  • JavaScript 11.5%
  • Shell 0.2%