$\require{cancel}$
Computer Graphics Notes
Some Examples
I was asked multiple times what we might be doing in this class.
Here are some examples
First we will learn some html and javascript.
This is mostly for user interaction and presentation.
An 8-bit computer
.
We will move on to 2d graphics with the HTML 5 canvas.
We will start simply like
this
We will learn about transformations in the plane like
this.
We might delve into math and do something like
this
We will move to 3d, with WebGL
It will take some time, but we will be able to draw
this
And we will try to finish
here
A note on examples
Some of my examples are old
html, javascript and WebGL have changed over the years
My knowledge of html, javascript and WebGL has changed over the years.
I link to some old examples anyway.
I am updating my pages to try to be ADA Compliant
I will try to update everything we use in lessons, but perhaps not just examples like above.
If we discuss a method in class, you should use it.
If you don't like a method or code, we should discuss it.