Greggman

Results 352 comments of Greggman

does the 2d platformer work?

I wanted to mention if you dig through the samples there's the simple and clean samples (note the clean sample is only available in [the latest version](https://github.com/greggman/hft-unity3d/releases/latest). It may or...

The errors seem to be unrelated to my change. Instead [mkdirp](https://www.npmjs.com/package/mkdirp) requires node 8 or greater as it's using destructuring syntax.

so fyi here's 2 runs before the change (the 2nd being hot) ``` ❯ Measure-Command { npx grunt copy } Days : 0 Hours : 0 Minutes : 3 Seconds...

I ended up using "minisearch". It's possible I just didn't configure Fuse correctly though. ``` ====[ minisearch ] ========= => 17.50778137835728 WebGPU Points with size and texture and color =>...

yea, it's not. I feel like I saw the logo used somewhere at some point, maybe the docs? Though it's not there now so maybe I have a bad memory....

Still, you can use it if you decided to put an image in any docs or the editor or the home page etc....

I assumed this icon was for the site, not for other developers. So that maybe in the docs or the home page you wanted a logo and you'd like that...

just a suggestion but if you go down this path consider using a prefix, like all global properties are named `t3dg_` or something? Pretty much every project that does something...

> @greggman So in that case any prefixes would be defined as needed by the app developer and there shouldn't be any THREE magic going on. I guess I mis-understood....