nathancarter / mocg

Website for the textbook Introduction to the Math of Computer Graphics

Home Page:https://nathancarter.github.io/mocg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a website for the textbook Introduction to the Mathematics of Computer Graphics, published by the Mathematical Association of America.

Users:

Visit the site here.

Developers/editors:

To build the site:

  • Ensure mkdocs and its material theme are installed:
    • pip install mkdocs-material
    • Don't use apt install or brew install for mkdocs or mkdocs won't find the material theme.
    • If you already had mkdocs installed by one of those means, uninstall every copy and start again.
    • See details here.
  • Preview the site with mkdocs serve.
  • If it looks good, rebuild with mkdocs build.
  • Commit and push to make it live.

About

Website for the textbook Introduction to the Math of Computer Graphics

https://nathancarter.github.io/mocg/


Languages

Language:HTML 90.9%Language:POV-Ray SDL 5.7%Language:JavaScript 3.4%