Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ciampo/waves


https://github.com/ciampo/waves

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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)