index.md 913 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
13
14

The components of the Developer Manual are exhaustively listed on the sidebar to the right, and are organized under the three main components of the software:

TheNumbat's avatar
TheNumbat committed
15
16
17
- [MeshEdit](meshedit)
- [PathTracer](pathtracer)
- [Animation](animation)
TheNumbat's avatar
TheNumbat committed
18
19

See the sidebar on the right for access to all material in this wiki. In particular,
TheNumbat's avatar
TheNumbat committed
20
please read through the [Project Philosophy](philosophy) before you begin work.