Skip to content

Commit

Permalink
Fix video embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScheller committed Nov 6, 2023
1 parent 817e543 commit be11a38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/src/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
1 change: 1 addition & 0 deletions docs/src/tutorials/overview.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit be11a38

Please sign in to comment.