Following script tags can be used instead of installing modules.
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r99/three.min.js"></script>
OR
https://cdnjs.cloudflare.com/ajax/libs/three.js/r99/three.js
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js"></script>
TASK 1: Plot a graph.
TASK 2: Split screen into 4 equal blocks and plot a graph on each block
- Chart.js
TASK 1: Draw a Cube using three.js
TASK 2: Code for cropping an image, code for filtering an image
TASK 1:
- Three.js
TASK 2:
- numpy
- PIL
TASK 1: Code "Rain effect" using three.js
- Three.js
TASK 1: Code Draw a circle using three.js
TASK 2: Code Draw a Parametric Line using three.js
- Three.js
Local File Setup for Three JS
Simply double click on index.html, or open it on any of the browsers.
Live Server Three JS
For running it on a server, install VSCode, Install the Live Server Extension(https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) Tutorial for installing it: https://www.youtube.com/watch?v=y4qqQeUDCBQ For Starting the Live Server, Alt + L + O