Nicholas Butko

Results 4 issues of Nicholas Butko

Using protoc-gen-ts 0.8.4, I have a Bazel build file like: ``` ts_proto_library( name = "hello-ts", deps = [ ":hello" ], visibility = [ "//visibility:public", ], ) proto_library( name = "details",...

We have a POC implementation for raw camera access API (Chrome) and consumer (8th Wall). What is needed next to move this forward? https://github.com/immersive-web/raw-camera-access

I am working on a project that requires `local-floor` as a supported reference space. This project will have different behavior on devices that support `local-floor` and devices that don't. In...

We discussed the current shape of the API at the Immersive Web Working Group Face to Face. There’s a growing recognition in the working group that a lack of camera...