My big mean starting lecture
- This is a theory class.
- I expect you to know and be able to use material from Linear Algebra
- And Algebra, and Trig and possibly some Calculus
- If we discuss any math you did not learn or do not remember, please ask.
- I expect you have learned algorithms, data structures and other theoretical concepts related to computer graphics.
- I expect that you CAN learn new mathematics and computer science.
- This is a programming class.
- I expect you to spend time writing code.
- I expect your code to run in multiple environments as specified.
- I expect your code to be modular, and readable.
- You will be given example code. I expect
- You will read though that code and experiment with it.
- You will use that code as a starting point for your projectes (but this is not a requirement)
- We will be using some advanced concepts
- I expect you to be able to make an array, linked list, or class at will.
- These are not the main points of the assignment, but are necessary to complete the assignments.
- I expect you to be able to use an API after it has been explained to you.
- We will be using multiple API's and interfaces and languges
- HTML
- Javascript
- possibly SVG
- WebGL
- I expect you to be able to use tools, at least minimally, after they have been explained.
- Graphics code is sometimes hard to debug
- We will be dealing with code someone else has written (or implemented in hardware), and can't get to it.
- Small mistakes can lead to a blank screen.
- In the end, if there is no image on the screen what do I do next?
- I expect you to ask for help when you need it.
- We will break a few rules
- When using an API it is often more convenient, or even required, to use global variables.
- But don't let your entire style break down.
- This is especially true when you are in an event driven programming model.
- There are plenty of references on the web, use them.