Skip to content

Assignments for CMP205 (Computer Graphics) course

Notifications You must be signed in to change notification settings

aashrafh/CMP205

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

📝 Table of Contents

🎥 Colored Sphere

SolarSystemDemo SolarSystemDemo SolarSystemDemo SolarSystemDemo SolarSystemDemo

🎥 Solar System

SolarSystemDemo SolarSystemDemo SolarSystemDemo SolarSystemDemo SolarSystemDemo SolarSystemDemo SolarSystemDemo SolarSystemDemo SolarSystemDemo

🎥 Motion Blur

MotionBlurDemo MotionBlurDemo MotionBlurDemo

Steps to run

  1. Install Node.js and Visual Studio Code.
  2. Open the folder in Visual Studio Code.
  3. Open a terminal (Terminal > New Terminal).
  4. run npm install . If it failed for any reason, try again.
  5. run npm run watch .
  6. Ctrl + click the link shown in the terminal (usually it will be http://localhost:1234).

Note: you can use yarn to enable caching so that you don't download all the packages with project. You can download yarn from yarnpkg.com. Then replace npm install with yarn install and npm run watch with yarn watch.

⛏️ Built Using

  • TypeScript - strict syntactical superset of JavaScript.
  • glMatrix - Javascript Matrix and Vector library.
  • WebGL - JavaScript API for rendering interactive 3D graphics.
  • NodeJs - Server Environment