You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ It can be used to display GLTF and DICOM files. GLTF can be used in conjunction
24
24
25
25
Aleph is highly componentised, using a combination of reusable [A-Frame components](https://aframe.io/docs/0.9.0/core/component.html) and [StencilJS Web Components](https://stenciljs.com/docs/decorators).
26
26
27
-
[Redux](https://redux.js.org) is used to manage state, with A-Frame custom elements being rendered reactively.
27
+
[Redux](https://redux.js.org) is used to manage state, with A-Frame custom elements rendered reactively.
28
28
29
29
### A-Frame Components
30
30
@@ -36,8 +36,8 @@ Aleph is highly componentised, using a combination of reusable [A-Frame componen
The two top-level components are `al-control-panel` and `al-viewer`. `al-control-panel` wraps up the tabs-based interface containing `al-url-picker`, `al-settings`, `al-graph-editor`, and `al-console`. `al-viewer` contains the A-Frame scene and all 3D rendering logic. It also contains the Redux store and acts as single source of truth. `al-viewer` can be used without `al-control-panel`, which provides additional options.
0 commit comments