Edward Silverton

Results 185 comments of Edward Silverton

I started an experiment here to see if this was possible (plus TypeScript and Custom Elements v1): https://github.com/edsilv/aframe-ts-webpack It's possible to target es5 too. TypeScript is obviously not required, I...

@arpu @EricEisaman I feel like there's an opportunity coming up to modernise A-Frame's architecture while retaining es5 support. My webpack setup above allows this using webcomponents.org polyfills. I know types...

Interesting! I know the Hubs team are working on a library-agnostic ECS here: https://github.com/MozillaReality/ecsy I found out about Encompass through this project: https://github.com/linonetwo/react-encompass-ecs-example react-three-fiber is quite an exciting project. A-Frame...

It could be a de facto "WebECS" standard.

Looks like my suggestion for an A-Frame style declarative abstraction layer is a VX milestone for ecsy! https://github.com/MozillaReality/ecsy/issues/10

Thread: https://twitter.com/BenHouston3D/status/1265617674509389824?s=19 🙏🏻 https://github.com/aframevr/aframe/issues/4242#issuecomment-526530618

I forgot to mention above that `window.AMI` also isn't available. This seems to have helped: https://stackoverflow.com/questions/45676589/typescript-module-webpack-requirejs#comment78312146_45676960 I tried using `libraryTarget: 'var'` instead of `umd`, which appears to have solved loading...

I agree with @noffle that an ipfs.io-style public gateway would be a great asset for the community. datbase.org only seems to give you a preview, not the raw data. What...

Could you use nginx rate-limiting too? On Sat, 26 May 2018, 15:55 Stephen Whitmore, wrote: > What if there was a configurable size cap on the gateways? Most times I...

I've been working with https://github.com/DaMaHub to try to get a gateway set up. It works for a time, but then we get this error: > node: ../deps/uv/src/unix/udp.c:67: uv__udp_finish_close: Assertion `!uv__io_active(&handle->io_watcher,...