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.
New in Chrome 75
Chrome 75 is rolling out now. There’s a new way to reduce latency on canvas
elements. Web apps can now share files to other installed apps using the system level share sheet. All of talks from Google I/O are on our YouTube channel. And plenty more. Let’s dive in and see what’s new for developers in Chrome 75!
chrome75
new-in-chrome
canvas
performance
google-io
graphics
sharing
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