Jad Abou-Chakra
Jad Abou-Chakra
This was mentioned on the discord but I've run into this enough times that I think its worth tracking as an issue on github. The index to a warp array...
Currently wp.clamp is only defined on scalars, would be good to have one on vectors too.
I couldn't get the websocket connection to be accepted with trio-websocket. I chased down the problem to this line. https://github.com/python-hyper/wsproto/blob/7f5a75597ec5d47aa84fda2eeccc0b8532ce76c6/src/wsproto/handshake.py#L330 It should be `Upgrade: websocket` not `Upgrade: WebSocket` Turns out...
Is there a way to quickly find out if a reader or a writer has been matched without using a WaitSet or a listener, and if so how many subscribers...
I don't know how others use ```add_builder``` but usually my "main builder" already has the correct gravity and up vector. For my use cases, I don't want ```add_builder``` to overwrite...
The builder can be pickled only if there are no finalized meshes in it. Would it be possible to put the finalized mesh somewhere other than ```warp.sim.Mesh```? For now, getting...
Hi there, Is it possible to handle the creation of links in multiple points in the code rather than only in one? I would like each time I call beginCreate...