Cody Nova
Cody Nova
To maximize performance across all devices, memory should be pre-allocated for any per-frame op in the worker
In order to pursue performance improvements in both `use-cannon` and `cannon-es`, we should develop a set of benchmarks to stress-test the libs
Refactor "collide" and "rayhit" events to be sent in the "frame" message, similar to how `subscriptions` work
TypeScript is already supported in some capacity, and many type declarations already exist. However there is room for improvement and an even better developer experience. 😺 Convert the webworker to...
Some functions are specific to a shape class - for example, Cannon's `ConvexPolyhedron` shape has a `transformAllPoints` function which can be used to adjust the alignment axes for the shape....
Add `Body.prototype.recalculateCenterOfMass` to `cannon-es`. Useful for recalculating center of mass after updating body shapes. See https://github.com/react-spring/use-cannon/issues/29#issuecomment-602400659
* Bump react-use-gesture dependency to v6, update yarn.lock * Remove compilation demo entry from example-hooks.js (demo was deleted in #22) * Update wheel demo to react-use-gesture v6 * Create click-drag-doubleclick...
### Which react-spring target are you using? - [ ] `@react-spring/web` - [ ] `@react-spring/three` - [x] `@react-spring/native` - [ ] `@react-spring/konva` - [ ] `@react-spring/zdog` ### What version of...