Add vcpkg installation instructions

This commit is contained in:
grdowns 2019-09-10 12:11:28 -07:00 committed by Graham Pentheny
parent 30edaf442c
commit a425d03b0e

View File

@ -31,6 +31,12 @@ Recast is accompanied with Detour, path-finding and spatial reasoning toolkit. Y
Detour offers simple static navigation mesh which is suitable for many simple cases, as well as tiled navigation mesh which allows you to plug in and out pieces of the mesh. The tiled mesh allows you to create systems where you stream new navigation data in and out as the player progresses the level, or you may regenerate tiles as the world changes.
## Installation through vcpkg
If you are using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager you can download and install Recast with a single command:
```
vcpkg install recast
```
## Recast Demo