Skip to content

Saksham03/hw00-intro-base

 
 

Repository files navigation

Intro to Javascript and WebGL


As a first step towards learning Javscript and WebGL, I made a basic cube with the following features:

  • used dat.GUI to allow interactively changing the cube's color,
  • used 3D perlin noise to apply coloration to the cube's surface, and
  • used basic sinusoidal functions of time to distort the mesh geometry and color.
    Live Demo

Example screengrab:

About

A brief intro to the world of WebGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.5%
  • GLSL 24.1%
  • JavaScript 2.4%