port of @react-three/fiber for solid

react-three-fiber solid solidjs threejs webgl webxr
2 Open Issues Need Help Last updated: Aug 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to decide whether to implement or replace the `onPointerMissed` event handler in the `solid-three` library. The current implementation has unclear behavior and potential bugs related to its triggering conditions and interaction with other event handlers. The goal is to either fix the existing implementation to be more predictable and reliable, or to design a more intuitive alternative.

Complexity: 4/5
enhancement help wanted next

port of @react-three/fiber for solid

TypeScript
#react-three-fiber#solid#solidjs#threejs#webgl#webxr

AI Summary: The task is to enhance the `solid-three` library by enriching the event data passed to event handlers. Currently, it provides minimal event data, while the `react-three-fiber` counterpart offers more comprehensive information including intersection data, object details, and raycasting information. The goal is to improve `solid-three`'s event handling by providing a similar level of detail, balancing performance considerations with the need for richer event data for user interaction.

Complexity: 3/5
help wanted next

port of @react-three/fiber for solid

TypeScript
#react-three-fiber#solid#solidjs#threejs#webgl#webxr