Code Monkey home page Code Monkey logo

aframe-mouse-cursor-component's Introduction

A-Frame Mouse Cursor Component

This feature is now available in A-Frame v0.6.1 by setting <a-scene cursor="rayOrigin: mouse">.

This is similar to cursor component besides the mouse behaves as cursor.

For detail, please check cursor page.

DEMO

example

Properties

There is no property.

States

The mouse-cursor will add states to the cursor entity on certain events.

There is no hovering or hovered state for mobile.

State Name Description
hovering Added when the cursor is hovering over another entity.

The cursor will add states to the target entity on certain events.

State Name Description
hovered Added when target entity is being hovered by the cursor.

Events

There is no mouseenter or mouseleave events but click event for mobile.

Event Name Description
click Triggered when an entity is clicked.
mouseenter Triggered on mouseenter of the canvas.
mouseleave Triggered on mouseleave of the canvas.
mousedown Triggered on mousedown of the canvas.
mouseup Triggered on mouseup of the canvas.

For events, please check demo page.

Usage

The mouse-cursor component is usually used alongside the [camera component][components-camera].

Browser Installation

Install and use by directly including the browser files:

<head>
  <title>My A-Frame Scene</title>
  <script src="https://aframe.io/releases/0.5.0/aframe.min.js"></script>
  <script src="https://rawgit.com/mayognaise/aframe-mouse-cursor-component/master/dist/aframe-mouse-cursor-component.min.js"></script>
</head>

<body>
  <a-scene>
    <a-entity camera look-controls mouse-cursor>
  </a-scene>
</body>

NPM Installation

Install via NPM:

npm i -D aframe-mouse-cursor-component

Then register and use.

import 'aframe'
import 'aframe-mouse-cursor-component'

Contributions

If you want to work on this component, take a fork of this branch, and submit a PR back.

  • To dev, run npm run dev in your terminal, and check your code at http://localhost:8000
  • To build (prior to PR) run npm run build

Change log

0.5.1

  • Add ‘mousedown’ and ‘mouseup’ event

0.5.0

  • Now works accurately with scenes embedded in page

0.2.1

  • Now mouse cursor works in stereo mode on both desktop/mobile
  • click event won't be fired when mouse moves a lot after mouse down

aframe-mouse-cursor-component's People

Contributors

7hny avatar gmaliandi avatar ip avatar mayognaise avatar ngokevin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.