Difference between revisions of "Project4F20"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(Created page with "UNDER CONSTRUCTION <!-- =Project 4: Among Us Simulator= -->")
 
Line 4: Line 4:
 
=Project 4: Among Us Simulator=
 
=Project 4: Among Us Simulator=
  
   
+
 
 +
=='''Submission Instructions'''==
 +
 
 +
Once you are done with this project, record a video demonstrating all the functionality you have implemented.
 +
 
 +
The video should be '''no longer than 5 minutes''', and can be substantially shorter.
 +
 
 +
Ideally, you will talk over the video to explain what you are showing. Alternatively, you can display text for this purpose.
 +
 
 +
To create the video you don't need to use video editing software, but you should use software to capture your screen to a video file.
 +
 
 +
* For Windows users we recommend the free [https://obsproject.com/ OBS Studio].
 +
* On Macs you can use Quicktime to record off the screen.
 +
 
 +
If this does not work for you, you can hold your phone in front of the screen and record with a steady hand.
 +
 
 +
Upload this video at the Assignment link on Canvas, and comment which functionality you have or have not implemented and what extra credit you have implemented. If you couldn't implement something in its entirety, please state which parts you did implement and hope to get points for.
 +
 
 +
* Example 1: I've done the base project with no issues. No extra credit.
 +
* Example 2: Everything works except an issue with '''x''', I couldn't get '''y''' to work properly.
 +
* Example 3: Sections 1-2 and 4 work.
 +
* Example 4: The base project is complete and I did '''z''' for extra credit.
 +
 
 +
Finally, zip up your source code (.cpp, .h, executable and shader files, as well as '''any .obj files which were not provided to you''') and submit the zip file at the Assignment link on Canvas as well.
 +
 
 
-->
 
-->

Revision as of 16:30, 20 November 2020

UNDER CONSTRUCTION