Skip to content

patrickmineault/programming-course

Repository files navigation

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

About

Materials for programming course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published