Johnathon Selstad
Johnathon Selstad
Likewise, I would benefit from this as well!
For intrepid future travelers, I bypassed this by `eval`ing a function that returns a list of filenames and base64 encoded bytes from blobs. In the browser page: ```javascript async function...
@erincatto Not sure if this is interesting, but Github Copilot (and other agentic AIs) will one-shot Emscripten bindings for the head commit of Box2D: Request: https://github.com/zalo/box2d/issues/1 PR Record: https://github.com/zalo/box2d/pull/2 Online...
Looked around a bit; it seems like a solid start 💪 Do you think it's at the point where it can load custom models and textures from the virtual filesystem?...
@MatiasManevi @okmatija @sebasnorena-lgtm @kbayes @yuvaltassa Thank you for putting this WASM build together! I spent a bit porting my demo suite to use your new official WASM bindings: https://raw.githack.com/zalo/mujoco_wasm/use-official-wasm/index.html A...
> I think the only meaningful change is that `mat_textid` is now a matrix, one row vector per material Aha! That fixed texture loading! However, it seems like there is...
> The only relevant commit I can think of is [google-deepmind/mujoco@9756ed0](https://github.com/google-deepmind/mujoco/commit/9756ed0d80dd7f45a478de8ea8b70e49754291b5) , does that seem relevant to you? Perhaps [@quagla](https://github.com/quagla) can shed some light, he made the change. Aha! This...
Cool! That looks like a great usage for it! The latest version should fix the issues with normals and textures (like on the Cassie robot), and I’ve improved the visuals...
Sweet! The intent of this repo is to provide more of a boilerplate for engineers to make their own custom visualizations (like Kevin and the FACET guys have done). I...