Introduction:
This is the weekly programming project for a graduate level
Computer Graphics class during Spring 2021 semester.
I implemented
lots of concepts in Computer Graphics from the ground up instead of
using WebGL builtins, especially the first 4 homeworks, where I
literally only drew a square with WebGL and everything else is
done in the shaders. It's also my first time seriously using JavaScript,
and I absolutely loved it and frontend development in general.