Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

holonet

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

holonet

Easily create 3D WebXR compatible sites with a global self-sovereign identity system

  • 1.0.0-alpha.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

holonet

Create social virtual worlds that anyone can interact with using Virtual Personas, a self-sovereign identity.

Quick Start

Install via npm or yarn

npm install --save holonet
yarn add holonet

And then import it using ES2015 Modules, CommonJS or with a <script> tag:

import * as holonet from 'holonet';
const holonet = require('holonet');
<script src="./node_modules/holonet/build/holonet.script.js"></script>

Entities

The library provides a set of entities to help create your virtual world, the two most important ones being Scene and VirtualPersona

Here's the list:

Scene

Imports a GLTF Scene and renders it to an HMD

VirtualPersona

Imports a GLTF avatar model that could be your single identity to transverse the WebVR metaverse. Also provides movement and animation mechanics

Physics

Possible small physics library

API

You can check out the API in our JSDoc

Third party libraries

Currently, holonet is dependent on several third party libraries:

FAQs

Package last updated on 13 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc