Translations: Japanese
Overview of VerseEngine libraries
VerseEngine consists of the core communication library called "verse-core" and various supporting libraries that enable the implementation of the metaverse on web browsers.
verse-core operates independently of those support libraries. Therefore, support libraries can be substituted by other libraries or proprietary implementations.
Name | About | npm | License |
---|---|---|---|
verse-three | This is a library to easily implement a web metaverse by combining the following libraries. (for Three.js and A-FRAME) | MIT License | |
verse-core | Web-based Metaverse Engine on P2P overlay network. * Exchange of avatar data for display * Voice chat * Synchronization of position and movement, etc. | Terms of Use | |
three-move-controller | Movement and rotation by keyboard and mouse. | MIT License | |
three-touch-controller | Joystick for touch operation. | MIT License | |
three-xr-controller | VR controller. | MIT License | |
three-avatar | Avatar system for three.js. | MIT License | |
verse-three-ui | Minimum GUI for Metaverse. | MIT License | |
verse-session-id | Session ID used internally in verse-core. Can also be used to verify signatures on the server side | MIT License | |
verse-entrance-server | Servers that serve as entry points to p2p networks. | MIT License |