diffyjs icon indicating copy to clipboard operation
diffyjs copied to clipboard

A dependency-free motion detection library for the browser

Results 3 diffyjs issues
Sort by recently updated
recently updated
newest added

### Spike to see if we can improve performance by delegating diffing math to GPU via libraries like - [GPU.js](https://github.com/gpujs/gpu.js) - [WebMonkeys](https://github.com/MaiaVictor/WebMonkeys)

help wanted
Feature Request

I'm not actually sure on the performance differences here, especially if it would require a polyfill, but I wanted to surface this interface: https://caniuse.com/#search=matrix Perhaps it would be more efficient?

Hello excellent work, You know an algorithm or technique to get the direction of movement from the matrix? Simple direction like up, down, left or right? thanks

question