mike douges
mike douges
``` { "imports": { "@faze/editor-backend": "./packages/editor-backend/mod.ts", "@faze/editor-cli": "./packages/editor-cli/mod.ts", "@faze/editor-frontend": "./packages/editor-frontend/mod.ts", "@react-three/drei": "npm:@react-three/[email protected]", "@react-three/fiber": "npm:@react-three/[email protected]", "react-dom": "npm:[email protected]", "react-router-dom": "npm:[email protected]", "react": "npm:[email protected]", "three": "npm:[email protected]", "three-stdlib": "npm:[email protected]" } } ``` With deno json...
Haha mate I saw your profile and I was like wait a second I know this guy 😂 Yeah we did!! How's things? Where are you at now? Hockey is...
Is this why recast was brought into the vendors folder, are there bugs in it we want to fix out of band? (Is recast primarily being used for pretty printing,...
Hello! My users are running into this problem unfortunately when using Triplex (a visual editor, see: https://triplex.dev). Vite is used for the local development backend. Triplex is available as a...
Thanks for raising this!
Over arching question before sending it: Should this be under a config option so we can turn it off just in case things go wrong? As a follow up: What...
Ping @krispya what would an integrated ECS view look like?
From Discord by @Ctrlmonster We have a lot of different projects in r3f that do ui -> code / object generation, i.e. navmesh generator, animation system, material/shader graph editors. Ideally...
Another use case: https://github.com/try-triplex/triplex/issues/68 (Export to GLB)
Another use case: https://github.com/try-triplex/triplex/issues/6 (create component via gltfjsx)