CSSE 351 - Computer Graphics
Rose-Hulman Institute of Technology
Computer Science and Software Engineering Department
Problem Set 0
This assignment is due 05 September 2022.
- Install and/or configure the programming environment you plan
to use to complete your programming projects for the course. You
will need WebGL/JavaScript. If you want to use some other
environment you must get approval from your instructor. I will
primarily use WebGL/JavaScript for examples.
The environment you choose should allow you to produce
architecture independent code that I can compile and run on my
linux machine.
- Verify your programming environment by downloading the
Common and PS0 folders
from the Example Programs
page
on the course website and store them
both in the same folder on your computer. Point your web browser at
testline.html in the PS0 folder. You should see a
diagonal red line from upper left to lower right on a white square.
When this program is working correctly, demonstrate it to your
instructor.
Footnotes
- ... folders
![[*]](../../icons/footnote.png)
- Some options for
downloading an entire folder from a website are:
- the utility wget,
- the Firefox addon DownThemAll!, and
- the Chrome extension GetThemAll.