-
git clone https://github.com/Amit-Tomar/T2-21-CS-606.git
-
cd T2-21-CS-606
For this, you need to serve the static files using any server. eg.
-
If you are using VS Code, you can use the 'live server' plugin. [https://www.freecodecamp.org/news/vscode-live-server-auto-refresh-browser/]
-
If you have Python installed locally :
-
If Python version 3.X is available :
python3 -m http.server
-
If Python version 2.X is available :
python -m SimpleHTTPServer
-
-
If you have a node setup, you can do :
-
npm install --global http-server
-
http-server
-
-
https://www.youtube.com/watch?v=W6NZfCO5SIk (JavaScript Tutorial for Beginners: Learn JavaScript in 1 Hour)
-
https://www.youtube.com/watch?v=NCwa_xi0Uuc (ES6 Tutorial: Learn Modern JavaScript in 1 Hour)
-
https://www.youtube.com/watch?v=PFmuCDHHpwk (Object-oriented Programming in JavaScript in 1 Hour)
-
https://www.youtube.com/watch?v=pTB0EiLXUC8 (Object-oriented Programming in 7 minutes)
https://www.youtube.com/watch?v=H0XScE08hy8
-
Indigo Code : WebGL Tutorials https://www.youtube.com/playlist?list=PLjcVFFANLS5zH_PeKC6I8p0Pt1hzph_rt
-
WebGL Screencasts and Tutorials https://www.youtube.com/playlist?list=PLPqKsyEGhUnaOdIFLKvdkXAQWD4DoXnFl
-
An Introduction to WebGL Programming https://www.youtube.com/watch?v=tgVLb6fOVVc
-
Fun With WebGL 2.0 https://www.youtube.com/playlist?list=PLMinhigDWz6emRKVkVIEAaePW7vtIkaIF
-
Introduction to 3D Computer Graphics https://www.youtube.com/watch?v=zxQjlIViRBE
-
An Introduction to OpenGL Programming https://www.youtube.com/watch?v=6-9XFm7XAT8
-
gl-matrix documentation : https://glmatrix.net/docs/index.html
-
David Parker model transformations using gl-matrix :
https://www.youtube.com/watch?v=yo7vXCQy7JA&list=PLPqKsyEGhUnaOdIFLKvdkXAQWD4DoXnFl&index=38 https://www.youtube.com/watch?v=yo7vXCQy7JA&list=PLPqKsyEGhUnaOdIFLKvdkXAQWD4DoXnFl&index=39 https://www.youtube.com/watch?v=yo7vXCQy7JA&list=PLPqKsyEGhUnaOdIFLKvdkXAQWD4DoXnFl&index=40 https://www.youtube.com/watch?v=yo7vXCQy7JA&list=PLPqKsyEGhUnaOdIFLKvdkXAQWD4DoXnFl&index=41 https://www.youtube.com/watch?v=yo7vXCQy7JA&list=PLPqKsyEGhUnaOdIFLKvdkXAQWD4DoXnFl&index=42
- Model transform Playground :
https://math.hws.edu/graphicsbook/c2/s3.html https://math.hws.edu/graphicsbook/c7/s1.html