diff --git a/README.md b/README.md index ebc6524..3ed2a43 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,8 @@ Asset resolvers that can be compiled via this repository: For more information check out the [building guide](https://lucascheller.github.io/VFX-UsdAssetResolver/installation/building.html) as well as the [individual resolvers](https://lucascheller.github.io/VFX-UsdAssetResolver/resolvers/overview.html) to see their full functionality. ## Tutorials -In this video we cover how to (build and) install the resolvers in this repository as well as how you can customize them to fit your needs. - -[![Watch the video](https://raw.githubusercontent.com/LucaScheller/VFX-UsdAssetResolver/main/tools/UsdAssetResolver_Logo.svg)](https://player.vimeo.com/video/881606494?h=a7ead3ad83) - -Check out our [tutorials section](https://lucascheller.github.io/VFX-UsdAssetResolver/tutorials/overview.html) for more information. +We also have video tutorials covering how to (build and) install the resolvers in this repository as well as how you can customize them to fit your needs. +You can check them out in our [tutorials section](https://lucascheller.github.io/VFX-UsdAssetResolver/tutorials/overview.html) or on [Youtube](https://www.youtube.com/watch?v=y4FjYprM4oA&list=PLiu1hwgXfcszQXU1WU0Ucsc2o9Fz8zLsL)/[Vimeo](https://vimeo.com/showcase/10771710) ## Contributing and Acknowledgements Special thanks to [Jonas Sorgenfrei](https://github.com/jonassorgenfrei) for helping bring this project to life as well as all the contributors on the Usd-Interest forum, particularly diff --git a/docs/src/overview.md b/docs/src/overview.md index fad8922..c52d7e3 100644 --- a/docs/src/overview.md +++ b/docs/src/overview.md @@ -4,8 +4,7 @@ [![Deploy Documentation to GitHub Pages](https://github.com/LucaScheller/VFX-UsdAssetResolver/actions/workflows/mdbook.yml/badge.svg)](https://github.com/LucaScheller/VFX-UsdAssetResolver/actions/workflows/mdbook.yml) [![Build USD Asset Resolvers against Houdini](https://github.com/LucaScheller/VFX-UsdAssetResolver/actions/workflows/build_houdini.yml/badge.svg)](https://github.com/LucaScheller/VFX-UsdAssetResolver/actions/workflows/build_houdini.yml) -This repository holds reference implementations for [Usd](https://openusd.org/release/index.html) [asset resolvers](https://openusd.org/release/glossary.html#usdglossary-assetresolution). The resolvers are compatible with the AR 2.0 standard proposed in the [Asset Resolver 2.0 Specification](https://openusd.org/release/wp_ar2.html). As the Usd documentation offers quite a good overview over the overall asset resolution system, we will not be covering it in this repository's documentation. You can find a video tutorial [here](./tutorials.md) (or on [Vimeo](https://vimeo.com/881606494)/[Youtube](https://www.youtube.com/watch?v=y4FjYprM4oA)). - +This repository holds reference implementations for [Usd](https://openusd.org/release/index.html) [asset resolvers](https://openusd.org/release/glossary.html#usdglossary-assetresolution). The resolvers are compatible with the AR 2.0 standard proposed in the [Asset Resolver 2.0 Specification](https://openusd.org/release/wp_ar2.html). As the Usd documentation offers quite a good overview over the overall asset resolution system, we will not be covering it in this repository's documentation. You can find a video tutorial [here](./tutorials.md) (or on [Youtube](https://www.youtube.com/watch?v=y4FjYprM4oA&list=PLiu1hwgXfcszQXU1WU0Ucsc2o9Fz8zLsL)/[Vimeo](https://vimeo.com/showcase/10771710)). ## Installation To build the various resolvers, follow the instructions in the [install guide](./installation/overview.md). diff --git a/docs/src/tutorials/overview.md b/docs/src/tutorials/overview.md index 81b1069..6530f7c 100644 --- a/docs/src/tutorials/overview.md +++ b/docs/src/tutorials/overview.md @@ -1,4 +1,5 @@ # Video Tutorials +You can also find our OpenUSD playlists on [Youtube](https://www.youtube.com/watch?v=y4FjYprM4oA&list=PLiu1hwgXfcszQXU1WU0Ucsc2o9Fz8zLsL) and [Vimeo](https://vimeo.com/showcase/10771710). ## Overview, installation and customization In this video we cover how to (build and) install the resolvers in this repository as well as how you can customize them to fit your needs.