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.
- Host: GitHub
- URL: https://github.com/gracien-app/zed-usd-ext
- Owner: gracien-app
- Created: 2024-05-11T22:54:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T11:02:50.000Z (about 1 year ago)
- Last Synced: 2025-02-04T12:49:35.212Z (4 months ago)
- Topics: universal-scene-description, usd, usda, zed-extension
- Language: Scheme
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).
## 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`,