Skip to content

Files

Latest commit

2e66aff · Jul 1, 2020

History

History
10 lines (6 loc) · 537 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 537 Bytes

Pixel Processing With Rust

Positioning remote artifacts in AR involves a lot of computation between animation frames. You need some pixel data from every frame, and a bunch of other data and secrets. This repo shows you how to obtain raw pixel data from each frame.

A blog article about this work can be found here

Setup

  1. Clone this repo and run yarn inside the web dir.
  2. yarn start will build rust and the web example