@greweb
@greweb
👍 btw i think it's [height,width,4] with NDArray, but well it depends how your data is aligned indeed.
I can't reproduce this (at least not in latest versions) I tried to do ``` //@flow import React, { Component } from "react"; import { Shaders, Node, GLSL } from...
what is the error?
I'm not exactly sure but you could try to remove the "precision highp float;" @farazirfan47
Hi, Currently `gl-react` assumes there is only root node that gets drawn to the canvas / framebuffer. there is no way to draw one child and then another child in...
one more thought on this: since Node not always have guarantee to have its own framebuffer (currently only happen for the root node), basically there could be something like a...
The name `Group` is probably not appropriate here. needs to think a better name. the idea is it draw all its children in sequence **one on top of the other**...
it's kinda like layers in photoshop/Gimp I guess? any existing vocabulary? I think maybe `Layer` is on top of the list. except it's more a container of layers. `` ?
good thoughts! **TL;DR: yeah using Node children is kinda interesting, but I'll probably stick to a dedicated `Layer` as it's more explicit and I try to not add even more...
I don't think base64 works for expo. it's more up to Expo side to list what's supported than on our side because we basically pass-in whatever you pass to the...