# aframe-joystick-controls-component **Repository Path**: wavef/aframe-joystick-controls-component ## Basic Information - **Project Name**: aframe-joystick-controls-component - **Description**: Joystick controller for AFRAME - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://wavef.gitee.io/aframe-joystick-controls-component - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-20 - **Last Updated**: 2023-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aframe-joystick-controls-component [![License](http://img.shields.io/npm/l/aframe-orbit-controls-component.svg?style=flat-square)](https://npmjs.org/package/aframe-orbit-controls-component) ### Overview The aframe-joystick-controls-component is an A-Frame component that facilitates joystick-based control for effortless manipulation of model movement. This component integrates [nippleJS](https://yoannmoi.net/nipplejs/#demo) to create a dynamic joystick interface, providing an intuitive means to navigate models within an A-Frame scene. ### API | Property | Description | Default Value | | -------- | ----------- | ------------- | | moveSpeed | Move speed of control target | 1 | | turnSpeed | Turn speed of control target | 1 | | margin | Joystick Margin | 50 50 | | color | Joystick Color | #fff | | damping | Damping Effect | 0.001 | ### Installation #### Browser Install and use by directly including the [browser files](dist): ```html My A-Frame Scene ```