Get started with GPU Compute on the Web
This article is about me playing with the experimental WebGPU API and sharing my journey with web developers interested in performing data-parallel computations using the GPU.
OffscreenCanvas — Speed up Your Canvas Operations with a Web Worker
OffscreenCanvasAPI is available as of Chrome 69. This article explains how you can use it to achieve performance improvements in rendering graphics in your web app.
canvas
graphics
performance
workers
Take Photos and Control Camera Settings
Image Capture is an API to control camera settings and take photos.
canvas
chrome56
chrome61
media
webrtc
Capture a MediaStream From a Canvas, Video or Audio Element
The captureStream()
method makes it possible to capture a MediaStream from a canvas, video or audio element.
canvas
chrome53
gif
media
security
webrtc
Muted Autoplay on Mobile: Say Goodbye to Canvas Hacks and Animated GIFs!
Muted autoplay for video is supported on Android from Chrome 53. Previously, a video element required a user gesture to initiate playback.
canvas
chrome53
gif
media
security
webrtc
Canvas-driven background images
Powering a css background using canvas or webgl