Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 809 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 809 Bytes

Example OpenGL Graphics Programs

This is for use at the University of Nevada, Reno CS 480/680 Graphics Class

Any students in that class follow the instructions at Github Setup to begin. This is part of the first assignment in the class and necessary for turning in assignments throughout the semester.

Read through the Wiki on this repository to understand how each class works. This Wiki focuses on the code in PA1.

Projects

PA0: Triangle

This is a simple colored triangle on the screen. To run this project cd PA0 then follow the instructions in the README.md.

PA1: Spinning Cube

This is a cube that rotates in place on the screen. To run this project cd PA1 then follow the instructions in the README.md.