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: site/src/content/docs/getting-started/packages.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,19 @@ sidebar:
7
7
8
8
The `AllenInstitute/vis` repository holds multiple published packages. The current list of packages is below:
9
9
10
-
-`vis-core`: A collection of useful utilities used to build our big-data, scalable, data visualization tools, including the DZI viewer, OME-Zarr viewer, and our scatterplot tool "Scatterbrain" for the [ABC Atlas](https://knowledge.brain-map.org/abcatlas) in the Brain Knowledge Platform web application
11
-
-`vis-dzi`: A renderer for [Deep Zoom Images](https://en.wikipedia.org/wiki/Deep_Zoom)
12
-
-`vis-geometry`: A collection of vector functions for 2D and 3D geometry
13
-
-`vis-omezarr`: A renderer for [OME-Zarr](https://ngff.openmicroscopy.org/latest/) datasets
10
+
-`vis-core`: A collection of useful utilities used to build our big-data, scalable, data visualization tools, including the DZI viewer, OME-Zarr viewer, and our scatterplot tool "Scatterbrain" for the [ABC Atlas](https://knowledge.brain-map.org/abcatlas) in the Brain Knowledge Platform web application
11
+
-`vis-dzi`: A renderer for [Deep Zoom Images](https://en.wikipedia.org/wiki/Deep_Zoom)
12
+
-`vis-geometry`: A collection of vector functions for 2D and 3D geometry
13
+
-`vis-omezarr`: A renderer for [OME-Zarr](https://ngff.openmicroscopy.org/latest/) datasets
14
+
-`vis-scatterbrain`: A scatterplot viewer optimized for visualizing large datasets, such as those in the [ABC Atlas](https://knowledge.brain-map.org/abcatlas)
14
15
15
16
To install and use these packages, see the instructions on [using packages](../using-packages).
16
17
17
18
## Future Packages
18
19
19
-
-`@alleninstitute/vis-scatterbrain` - Code for building scatterplots
20
-
-`@alleninstitute/vis-react` - React component implementations of each of the visualization packages.
20
+
The following is a list of packages that we would like to create in the future.
21
+
22
+
If you are interested in contributing to the development of any of these packages, please reach out on GitHub to get started!
23
+
-`vis-components` - A collection of web components for displaying visualizations built with our `vis` packages
24
+
-`vis-react` - React component implementations of each of the visualization packages
25
+
-`vis-[your favorite framework]` - Any other framework-specific implementations of our visualization packages, as driven by community needs
0 commit comments