feat: fork and update aframe-click-drag-component

Forked the original aframe-click-drag-component to ensure compatibility
with A-Frame 1.5.0, addressing the lack of maintenance and updates. This
version removes the call for new maintainers and clarifies the project
is a continuation of the original work. The update allows users to
maintain interactivity in 3D A-Frame scenes with current versions.

This change ensures that developers using A-Frame for VR projects can
continue to implement click and drag functionality without being
hindered by outdated dependencies or unresolved issues.
This commit is contained in:
Kumi 2024-03-27 18:33:58 +01:00
parent e9eeef512a
commit 12db2ff24b
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1,12 +1,8 @@
# Looking for maintainers
I have recently [started a new business](https://mobile.twitter.com/ceteio), which means I no longer have time to maintain this project.
Please [reach out](https://github.com/jesstelford) if you are interested in updating this component to the latest versions of aframe, merging the pending PRs, and resolving the list of issues ❤️
# aframe-click-drag-component
A Click & Drag component for [A-Frame](https://aframe.io).
A Click & Drag component for [A-Frame](https://aframe.io). This is a fork of
the original [aframe-click-drag-component](https://github.com/jesstelford/aframe-click-drag-component)
to make it work in current versions of A-Frame (tested with 1.5.0).
Entities with the `click-drag` component can be click and dragged around the 3D
scene. Even works whle the camera is moving or rotating!