Joe Pea

Results 1899 comments of Joe Pea

> I´m not sure you understand the idea behind instancing I am familiar with instancing. > not a lot of advantages If it is possible, 1 GPU call for 1000...

It totally could be like that. Not sure why it isn't. Most likely it was simply some imperative code somewhere before being published, and it was easy to just stick...

Newb here, I'm gettin this error when running `nix-shell -E '(import ./default.nix).nodejs."13.6.0"'`, and the files are: **./default.nix** ```nix {pkgs ? import {}}: { nodejs = (import ./nodejs { inherit pkgs;...

To work around the problem of `createImports` converting functions to empty objects, I changed my as-pect `imports()` config option from ```js imports(memory, createImports, instantiateSync, binary) { const imports = createImports(initASWebGLue({env:...

> as-pect doesn't want to mutate your imports object. It returns a brand new one. That's true, but it could copy the methods over anyways. But what if there is...

An alternative could be to allow aspect's config file to export a promise or an async function, then even if it is CJS the user can still `await import()` for...

@roaminroe Hello! What's left? Are you on Discord?

Yeah, I think the most ideal way to do this would be with a web view in the target platform. Simply put, ``` html ``` in react-native would behave a...

In fact, there doesn't have to be a separate aframe-reactnative, aframe-react's `` component can simply detect the environment, then either create a canvas like normal if in the web, otherwise...

Here's what it looks like after typing `git status`: ![screen shot 2018-05-29 at 12 26 39 pm](https://user-images.githubusercontent.com/297678/40680607-8e6a79fa-633b-11e8-8960-597d53a378e6.png) It overwrites my command line text.