@pmndrs/viverse
v0.2.10
Published
Toolkit for building Three.js Apps for VIVERSE and beyond.
Readme
npm install three @react-three/fiber @react-three/viverseWhat does it look like?
| A prototype map with the SimpleCharacter class and its default model. |
|
| --------------------------------------------------------------------------- | --------------------------------------------------------------------- |
const world = new BvhPhysicsWorld()
world.addBody(ground.scene, false)
const character = new SimpleCharacter(camera, world, canvas, { model: { url: profile.activeAvatar?.vrmUrl } })
scene.add(character)How to get started
Some familiarity with threej is recommended.
Get started with building games using @pmndrs/viverse vanilla three.js.
