aframe-input

0.1.0 • Public • Published

AFRAME Input(WIP)


Using input element in AFRAME!

Downloads Version jsdelivr License

Caution

This library is not develope completed

Demo

https://juunini.github.io/aframe-input

Usage

<html>
  <head>
    <script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/aframe-input@latest/dist/aframe-input.min.js"></script>
  </head>
  <body>
    <a-scene cursor="rayOrigin: mouse;">
      <a-input
        position="0 1 -3"
        value="안녕, 세상!"
        font="https://cdn.jsdelivr.net/gh/spoqa/spoqa-han-sans@latest/Subset/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff"
      />
    </a-scene>
  </body>
</html>

License

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

Package Sidebar

Install

npm i aframe-input

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

639 kB

Total Files

22

Last publish

Collaborators

  • juunini