Socket
Socket
Sign inDemoInstall

bbframe

Package Overview
Dependencies
3
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bbframe

B web framework for building virtual reality experiences.


Version published
Weekly downloads
3
increased by50%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

BB-Frame

B web framework for building virtual reality experiences.

Coverage Status Downloads Version License

Caution

This Framework is Working in progress.
Not completed.

Features

Inspired by A-Frame

License

This program is free software and is distributed under an MIT License.

Usage

Example

Link to CodeSandbox Example

<html>
  <head>
    <script src="https://cdn.jsdelivr.net/npm/bbframe@0.0.2/dist/bbframe.min.js" async></script>
  </head>
  <body>
    <bb-scene>
      <bb-box position="-1 0.5 5" rotation="0 45 0" color="#4CC3D9"></bb-box>
      <bb-sphere position="0 1.25 7" radius="2.5" color="#EF2D5E"></bb-sphere>
      <bb-cylinder position="1 0.75 5" radius="1" height="1.5" color="#FFC65D"></bb-cylinder>
      <bb-ground position="0 0 6" width="4" height="4" color="#7BC8A4"></bb-ground>
      <bb-sky color="#ECECEC"></bb-sky>
      <bb-light type="ambient"></bb-light>
      <bb-light type="directional" intensity="0.4" position="-1.5 1.6 -1"></bb-light>
    </bb-scene>
  </body>
</html>

Keywords

FAQs

Last updated on 26 Jun 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc