Modern virtual reality systems draw on the latest advances in optical fabrication, embedded computing, motion tracking, and real-time rendering. In this hands-on course, students will foster similar cross-disciplinary knowledge to build a head-mounted display. This project spans hardware (optics, displays, electronics, and microcontrollers) and software (JavaScript, WebGL, and GLSL). Each assignment builds toward this larger goal. For example, in one assignment, students will learn to use an inertial measurement unit (IMU) to track the orientation of the headset. In another assignment, students will apply real-time computer graphics to correct lens distortions. Lectures will complement these engineering projects, diving into the history of AR/VR and relevant topics in computer graphics, signal processing, and human perception. Guest speakers will participate from leading AR/VR companies.
For a summary of the 2020 edition of CSE 493V, including interviews with the students, please read "New Virtual Reality Systems course turns students into makers", as published by the Allen School News.
This course is based on Stanford EE 267. We thank Gordon Wetzstein for sharing his materials and supporting the development of CSE 493V. We also thank John Akers, Brian Curless, Steve Seitz, Ira Kemelmacher-Shlizerman, and Adriana Schulz for their support.
This course is designed for senior undergraduates and early MS/PhD students. No prior experience with hardware is required. Students are expected to have completed Linear Algebra (MATH 308) and Systems Programming (CSE 333). Familiarity with JavaScript, Computer Vision (CSE 455), and Graphics (CSE 457) will be helpful, but not necessary. Registration is limited to 50 students.
Douglas is the Senior Director of Display Systems Research at Reality Labs Research, where he leads investigations into advanced display and imaging technologies. His prior research has focused on head-mounted displays, glasses-free 3D displays, light field cameras, and active illumination for 3D reconstruction and interaction. He received a B.S. in Applied Physics with Honors from Caltech in 2002 and M.S. and Ph.D. degrees in Electrical Engineering from Brown University in 2006 and 2010, respectively. He was a Senior Research Scientist at Nvidia Research from 2012 to 2014, a Postdoctoral Associate at the MIT Media Lab from 2010 to 2012, and an Assistant Research Staff Member at MIT Lincoln Laboratory from 2002 to 2005. His recent work focuses on passing the visual Turing test with AR/VR displays.
Evan is an undergraduate at University of Washington, majoring in Computer Science. He is passionate about computer graphics and the huge potential of combining graphical programming techniques with fabrication, such as for 3D printing and machine embroidery. Evan is also a member of the UW Reality Lab. He has learned how to design interactive, efficient, and accessible applications that run in virtual reality, but he also wants to make them physically touchable to bring those models to real life. Since discovering the vast potential in computational fabrication, he has decided to become a part of the pioneers in this field and contribute to the goal of making designs for everyone.
Shaan is a Computer Science student at the University of Washington. He is passionate about exploring the limitless possibilities of virtual reality and computer vision. Through his coursework and internships, he has experience in graphics, AR/VR application development, computer vision research, and more. Most recently, Shaan worked with engineers and artists at SIGGRAPH 2024 to help run the VR Theater. He also was an intern at Amazon last summer.
Students will be provided a kit to build their own head-mounted display, including an LCD, an HDMI driver board, an inertial measurement unit (IMU), lenses, an enclosure, and all cabling. Kits must be returned at the end of the course. All software will be developed through the homework assignments. Component details are listed below. The headset kit will be updated for Winter 2025, replacing the VR enclosure with an HRBOX2 AR headset.
Component | Model | Details |
---|---|---|
HMD Enclosure | Shenzhen Haori AR Headset (HRBOX2) | Alibaba |
Display Panel | Waveshare 5.5″ 2560×1440 LCD | Waveshare |
Microcontroller | Teensy 4.0 | PJRC |
IMU | InvenSense MPU-9250 | HiLetgo |
Breadboards | Elegoo Mini Breadboard Kit | Elegoo |
Jumper Wires | Edgelec 30cm Jumper Wires (Male to Male) | Edgelec |
HDMI Cable | StarTech 6′ High Speed HDMI Cable | StarTech |
USB Cables | Anker 6′ Micro USB Cable (2-Pack) | Anker |
Velcro | Strenco 2″ Adhesive Hook and Loop Tape | Strenco |
Three weeks of this course are set aside for student projects. Through these efforts, students can apply their new knowledge in AR/VR systems to applications they find personally engaging. For example, in past editions of this course, students developed demonstrations of immersive VR gaming, medical imaging, computer-vision-based tracking, haptics devices and engines, autostereoscopic displays, and more. Review the slideshow above and consult the Winter 2020 and Spring 2023 course websites for detailed examples.
Date | Description | Materials |
---|---|---|
Wednesday January 8 |
Introduction to VR/AR Systems | Slides and Video Sutherland [1968] |
Friday January 10 |
Head-Mounted Displays Part I: Conventional Optical Architectures |
Slides and Video Kore [2018] |
Wednesday January 15 |
Head-Mounted Displays Part II: Emerging Optical Architectures |
Slides and Video |
Friday January 17 |
The Graphics Pipeline and OpenGL Part I: Overview and Transformations |
Slides, Video, and Notes Marschner (Ch. 6 & 7) |
Wednesday January 22 |
The Graphics Pipeline and OpenGL Part II: Lighting and Shading |
Slides and Video Marschner (Ch. 10 & 11) |
Friday January 24 |
The Graphics Pipeline and OpenGL Part III: OpenGL Shading Language (GLSL) | Slides and Video |
Wednesday January 29 |
The Human Visual System | Slides and Video LaValle (Ch. 5 & 6) |
Friday January 31 |
The Graphics Pipeline and OpenGL Part IV: Stereo Rendering | Slides and Video |
Wednesday February 5 |
Inertial Measurement Units Part I: Overview and Sensors |
Slides, Video, and Notes LaValle (Ch. 9.1 & 9.2) |
Friday February 7 |
Inertial Measurement Units Part II: Filtering and Sensor Fusion |
Slides and Video |
Wednesday February 12 |
Positional Tracking Part I: Overview and Sensors |
Slides, Video, and Notes |
Friday February 14 |
Positional Tracking Part II: Filtering and Calibration |
Slides and Video |
Wednesday February 19 |
Advanced Topics Part I: Spatial Audio | Slides and Video LaValle (Ch. 11) |
Friday February 21 |
Advanced Topics Part II: Engines and Emerging Technologies |
Slides and Video |
Wednesday February 26 |
Advanced Topics Part III: VR Video Capture |
Slides and Video |
Friday February 28 |
Advanced Topics Part IV: Direct-View Light Field Displays |
Slides and Video |
Wednesday March 5 |
Final Project Working Session | |
Friday March 7 |
Industry Presentation: TBD
|
|
Wednesday March 12 |
Industry Presentation: TBD
|
|
Friday March 14 |
Final Project Working Session | |
TBD March 17 – March 21 |
Final Project Demo Session (Open to the Public) |
Students will complete five homeworks and a final project. Each homework is accompanied by a lab (a tutorial video). Labs must be completed before starting the homeworks. We encourage formatting written portions of homework solutions using the CSE 493V LaTeX template. Students must submit a one-page final project proposal and a final report. Final reports may take the form of a website or a conference manuscript.
Due Date | Description | Materials |
---|---|---|
Thursday January 23 |
Homework 1 Transformations in WebGL |
Lab 1 and Video
Assignment and Code Solutions |
Thursday January 30 |
Homework 2 Lighting and Shading with GLSL |
Lab 2 and Video
Assignment and Code Solutions |
Monday February 10 |
Homework 3 Stereoscopic Rendering and Anaglyghs |
Lab 3 and Video
Assignment and Code Solutions |
Monday February 17 |
Homework 4 Build Your Own HMD |
Lab 4 (2023, 2020) and Video
Assignment and Code Solutions |
Wendesday February 19 |
Final Project Proposal | Directions and Template
Example |
Monday February 24 |
Homework 5 Orientation Tracking with IMUs |
Lab 5 and Video
Assignment and Code Solutions |
Wednesday March 19 |
Final Project Report | Template |
The grading breakdown is as follows: homeworks (70%) and final project (30%).
Assignments are due by midnight on the due date. Each student is granted a pool of four late days. Up to two late days can be used on any given homework, with instructor permission required for longer extensions. Beyond permitted delays, late assignments are marked down at a rate of 25% per day. That is, if a student fails to turn in an assignment on time it is worth 75% for the first 24 hours after the deadline, 50% for the next 24 hours, 25% for the next 24 hours, and then it is worth nothing after that. Exceptions will only be given with prior instructor approval.
While the headset development kits will be shared, students are expected to individually write their homework solutions. Students may collaborate to discuss concepts for the homeworks, but are expected to be able to explain their solutions for the purposes of grading by the instructor and TAs. Final project groups can be as large as three students, subject to instructor approval.
Lectures are supplemented by course notes, journal articles, and textbook chapters. The following textbooks will be used for CSE 493V, which are freely available to University of Washington students via the links below.
All software will be developed using JavaScript, WebGL, and GLSL. Students should review the following tutorials and online resources to prepare for the labs, homeworks, and final projects.
We encourage students to post their questions to Ed Discussion. The teaching staff can also be contacted directly at . The instructor and TAs will hold weekly office hours at the following times.