@wonderlandengine/interaction
v1.0.0-rc.0
Published
Wonderland Engine interaction and locomotion library
Readme
Wonderland Engine Interaction Library
🚧 This library is currently published as a release candidate. It's a work-in-progress and the API might change slightly before reaching the first version. 🚧
Features
- Generic interactor / interactable
- Single-hand grabbing
- Double-hand grabbing
- Event system
- Throwing
- Constraints
For more information, have a look at the documentation.
Install
The library is in development mode and not already available on npm. However, you can already use it locally either with npm link, or using a local installation:
First, install and build the library:
cd path/to/weil
npm i
npm run buildThen, link it to your project:
cd path/to/my/project
npm i path/to/weilExamples
- Clone the repository
- Open any examples under
examples/*

Usage
Refer to the documentation for a deep dive.
Gallery
https://github.com/user-attachments/assets/3867e909-9bfe-4b7c-9bea-c44b3e7bb1d5
https://github.com/user-attachments/assets/ea50025c-96c6-4846-9695-38327a218bd2
