gre / gl-react

gl-react – React library to write and compose WebGL shaders

Home Page:https://gl-react-cookbook.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Example to React native example - WebCam

magiccDev opened this issue · comments

feature request?

GL-Webcam example works perfectly, https://gl-react-cookbook.surge.sh/golwebcam?menu=true

Could anyone able to help on react-native example or any idea how we can implement this same feature on react-native way?

Looking forward.

-- OR --

bug report?

library version

+-- gl-react@4.0.1
`-- gl-react-native@4.0.1
  `-- gl-react-expo@4.0.1```

#### Expected behavior

#### Actual behavior

#### Steps to reproduce the behavior

Thank you @gre, I need a advice from you.

import "webgltexture-loader-expo-camera";

Can you use this (webgltexture-loader-expo-camera) library for production level app?

If it matches your expectation yes. Not sure to understand clearly the question, it can be used in production, but if you experience bad performance you might have to go lower level / try different solutions (native ones). Most of the time, it's "good enough" but it really depends on what you want to build (if you need 60fps over camera, not sure it will be the best choice).