Hacker News new | ask | show | jobs
by satvikpendem 587 days ago
The title has the names of the JS packages used in the creation of the game:

- R3F (react-three-fiber) - wrapper for React to interact with three.js, a 3D library for JS

- drei - useful helpers for react-three-fiber

- rapier - physics library for react-three-fiber

All three packages are made by Poimandres (founded by Paul Henschel, quite prolific in creating these packages), an open source collective, who also makes zustand, if you're familiar with that.

1 comments

Exactly! I used React Three Fiber (R3F) for the 3D scene, drei for utilities, and rapier for physics, all by the Poimandres collective. Their libraries like zustand have also been essential in other projects. Thanks for sharing these details with everyone!