bbframe

0.0.4 • Public • Published

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>

Package Sidebar

Install

npm i bbframe

Weekly Downloads

3

Version

0.0.4

License

MIT

Unpacked Size

8.16 kB

Total Files

5

Last publish

Collaborators

  • juunini