Skip to content

Latest commit

 

History

History
57 lines (51 loc) · 3.71 KB

README.md

File metadata and controls

57 lines (51 loc) · 3.71 KB

📝 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