Kevin Ngo

Results 183 comments of Kevin Ngo

`text="align: center"` Also https://github.com/mayognaise/aframe-html-shader/pull/12 is an option for rendering HTML/CSS as a texture. Slightly expensive to compute, but perhaps cheaper than pulling in and rendering glyphs?

I suppose `text.padding` wouldn't be too bad.

> This PR just contains a bloom and sepia effects but I will expand before merge. I would love to hear what effects people want to see first. SSAO please!

Having functionality based on a prefix and HTML attribute ordering is a bit magic. I would define the order `effects: effects-bloom, effects-sepia`.

I prefer Fossil Delta but would be fine if it was easy to use as a third-party plugin. Don't prefer the heavy-handed typeness and verbosity of the default serializer.

A-Frame wasn't meant to be build everything 100% in HTML. It's a full-fledged framework/engine that uses HTML/DOM as a base structure. I need to modify the docs to re-iterate it's...

DOM diffing has a performance impact on each update. A-Frame directly manipulates three.js objects, there's very little in between. When you did the mapping over the enemies, that can be...

The issue for me was during production build mode, I had to force my plugin to do instrumentation (vite-plugin-istanbul + forceBuildInstrumentation option).

Didn't see those, thought it was just trigger. How can I set up locally? When I run the server I just get a Google sign in link that leads to...

https://github.com/elliotttate/beatsaver-laravel/issues/66