Skip to content

Commit f846f9e

Browse files
authored
Update README.md
1 parent e5c6b0d commit f846f9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pdal-c: PDAL C API
77
[![Actions Status](https://github.com/PDAL/CAPI/workflows/Windows%20Build%20Test/badge.svg)](https://github.com/PDAL/CAPI/actions)
88

99
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/pdal-c/badges/version.svg)](https://anaconda.org/conda-forge/pdal-c)
10+
[![openupm](https://img.shields.io/npm/v/com.virgis.pdal?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.virgis.pdal/)
1011

1112
[//]: # (@endcond)
1213

@@ -31,6 +32,10 @@ conda install -c conda-forge pdal-c
3132

3233
The conda package includes a tool called `test_pdalc`. Run this to confirm that the API configuration is correct and to report on the version of PDAL that the API is connected to.
3334

35+
This interface is suitable for use with C# and with Unity.
36+
37+
There is a [Unity Package Manager (UPM) package for PDAL](https://openupm.com/packages/com.virgis.pdal/) based on this library.
38+
3439
## Dependencies
3540

3641
The library is dependent on PDAL and has currently been tested up to v2.2.0.

0 commit comments

Comments
 (0)