ciampo / waves

Home Page:https://ciampo.github.io/waves

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Waves

https://ciampo.github.io/waves

Code experiment on 2d graphics. The aim is to reproduce the propagation of waves across a grid of dots, seen fro a bird's eye perspective.

As an exercise, the scene will be rendered with different techniques:

  • regular canvas ('2d' context)
  • offscreenCanvas (on a separate thread)
  • SVG
  • DOM
  • WebGL (with shaders)

About

https://ciampo.github.io/waves

License:MIT License


Languages

Language:JavaScript 95.2%Language:HTML 4.8%