Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
aframe-fps-look-controls-component
Advanced tools
Move the mouse to look around, without needing to hold the button down.
A-Frame component to enable first-person shooter (FPS)-style mouse looking: move the mouse to look around, without needing to hold the button down.
Heavily based on prior art by @cemkod.
Property | Description | Default Value |
---|---|---|
user-height | How much height to add to the camera | 1.6 |
Install and use by directly including the browser files:
<head>
<title>My A-Frame Scene</title>
<script src="https://aframe.io/releases/0.6.0/aframe.min.js"></script>
<script src="https://unpkg.com/aframe-fps-look-controls-component/dist/aframe-fps-look-controls-component.min.js"></script>
</head>
<body>
<a-scene>
<a-entity camera fps-look-controls></a-entity>
</a-scene>
</body>
Install via npm:
npm install aframe-fps-look-controls-component
Then require and use.
require('aframe');
require('aframe-fps-look-controls-component');
FAQs
Move the mouse to look around, without needing to hold the button down.
The npm package aframe-fps-look-controls-component receives a total of 27 weekly downloads. As such, aframe-fps-look-controls-component popularity was classified as not popular.
We found that aframe-fps-look-controls-component demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.