Skip to content

Commit 0ebfef0

Browse files
committed
Add location-based READMEs
1 parent 1fbb0a3 commit 0ebfef0

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

aframe/src/location-based/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Original location-based components
2+
3+
These are the original location-based components, developed in 2020 or before. Please note that new location-based A-Frame components, wrapping the three.js location-based API, are available [here](../new-location-baseD).
4+
5+
The new components are likely to see more active development and bug-fixes so it is recommended to try these first, and if they do not work for you, try these original components instead.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# New location-based components
2+
3+
These are new location-based components, which aim to solve outstanding issues such as #278.
4+
5+
The new components wrap the three.js API and are internally simpler and thus easier to maintain and debug. Thus, they are likely to see more active development and bug-fixes so it is recommended to try them first, and if they do not work for you, try [the original components](../location-based) instead.
6+
7+
Please see [the example](../../examples/new-location-based) to see how to use these components.

0 commit comments

Comments
 (0)