An open API service indexing awesome lists of open source software.

https://github.com/gracien-app/zed-usd-ext

Extension for Zed editor introducing support for Universal Scene Description files.
https://github.com/gracien-app/zed-usd-ext

universal-scene-description usd usda zed-extension

Last synced: 2 months ago
JSON representation

Extension for Zed editor introducing support for Universal Scene Description files.

Awesome Lists containing this project

README

        

# Universal Scene Description - Zed Editor Extension

This extension introduces basic support for ASCII USD files
through syntax-highlighting thanks to [tree-sitter-usd](https://github.com/ColinKennedy/tree-sitter-usd).

![Syntax highlighting for USDA file preview. Theme - Xcode High Contrast Dark](assets/preview.webp)

## References

Inspired by [USD Language Extension by Animal Logic](https://github.com/AnimalLogic/AL_usd_vscode_extension) for VSCode.

## Features

- [x] Syntax highlighting,
- [ ] Asset path resolution through `usdresolve`,
- [ ] Support for binary USD files through `usdcat`,