aashrafh / CMP205

Assignments for CMP205 (Computer Graphics) course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📝 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

About

Assignments for CMP205 (Computer Graphics) course


Languages

Language:TypeScript 95.1%Language:GLSL 3.2%Language:HTML 1.1%Language:JavaScript 0.4%Language:CSS 0.2%