index.md 796 Bytes
Newer Older
TheNumbat's avatar
TheNumbat committed
1
2

# Scotty3D
TheNumbat's avatar
TheNumbat committed
3
4
5
6
7
8

Welcome to Scotty3D! This 3D graphics software implements interactive mesh
editing, realistic path tracing, and dynamic animation. Implementing the
functionality of the program constitutes the majority of the coursework for
15-462/662 Computer Graphics at Carnegie Mellon University

TheNumbat's avatar
TheNumbat committed
9
The [building Scotty3D](build) page describes how to build and run `Scotty3D` on various platforms.
TheNumbat's avatar
TheNumbat committed
10

TheNumbat's avatar
TheNumbat committed
11
The [User Guide](guide) describes the intended functionality of the software to an end user.
TheNumbat's avatar
TheNumbat committed
12

TheNumbat's avatar
TheNumbat committed
13
The components of the Developer Manual (your assignments) are organized under the three main components of the software:
TheNumbat's avatar
TheNumbat committed
14
15
16
- [MeshEdit](meshedit)
- [PathTracer](pathtracer)
- [Animation](animation)
TheNumbat's avatar
TheNumbat committed
17

TheNumbat's avatar
TheNumbat committed
18
Finally, please read through the [Project Philosophy](philosophy) before you begin work.