Andrew Prifer

Results 39 issues of Andrew Prifer

**Edit: for future discussion see #2133, where these ideas are being refined and implemented.** The title is a little vague so let me explain. How the current event system works...

**Solution 3** for the need to create ad-hoc editable r3f components outside what's defined in the schema. This solution allows you to directly use r3f elements not defined in the...

Proof of concept

This PR fixes the popover flicker behavior when trying to close the popover through clicking on its trigger button by also excluding the trigger from the "outside" region. What's missing...

Depending on drei, std-lib and threejs-examples can often cause issues both when bundled and when externalized. A better solution would be if we copied the handful of modules we use...

r3f

**Solution 2** for the need to create ad-hoc editable r3f components outside what's defined in the schema. This solution adds a new "custom" property on the editable object. This allows...

Proof of concept

This PR introduces the concept of animation drivers as separate from tickers. Whereas a ticker is responsible for batching updates to ticks, a driver is responsible for driving the ticker....

Proof of concept

awaiting contributor

Opening this issue since I've heard it from multiple sources now, keyframe selection is currently not as ideal as it probably could be. Key problems right now: - Keyframes can...

enhancement
studio

See https://github.com/facebook/prop-types#how-to-depend-on-this-package. Peer deps are a hassle, and prop-types is safe as a dependency.