Cody Nova

Results 8 issues of Cody Nova

To maximize performance across all devices, memory should be pre-allocated for any per-frame op in the worker

enhancement
good first issue

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

help wanted

Refactor "collide" and "rayhit" events to be sent in the "frame" message, similar to how `subscriptions` work

enhancement

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...

enhancement

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....

question

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

enhancement

* 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...

template: bug