Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ciampo/waves
https://github.com/ciampo/waves
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ciampo/waves
- Owner: ciampo
- License: mit
- Created: 2017-05-03T07:10:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T07:43:20.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T21:51:05.289Z (7 months ago)
- Language: JavaScript
- Homepage: https://ciampo.github.io/waves
- Size: 1.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)