Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 910 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 910 Bytes

Programming course

Materials for programming course (intro to programming for VR)

Resources for students

Pinned notes

Remember the basic workflow of git:

  • git add myfile.txt
  • `git commit -m "My message"``
  • git push

And when you don't know where you are, git status.

DON'T FORGET 2B LAZY! Tab is the most useful key on the keyboard. Up is the second most useful key.

Small print

Feel free to re-use and remix slides and materials from this class.

To recompile slides, use pandoc, e.g.:

pandoc --filter pandoc-latex-fontsize -t beamer -s slides-lecture1.md -o slides-lecture1.pdf