Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmnsgn/vscode-wavefront
Grammars for Wavefront .obj and .mtl files.
https://github.com/dmnsgn/vscode-wavefront
grammars mtl mtl-files obj obj-files textmate textmate-grammar vscode-wavefront wavefront
Last synced: about 1 month ago
JSON representation
Grammars for Wavefront .obj and .mtl files.
- Host: GitHub
- URL: https://github.com/dmnsgn/vscode-wavefront
- Owner: dmnsgn
- License: mit
- Created: 2021-04-07T17:56:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T23:08:20.000Z (about 1 year ago)
- Last Synced: 2024-11-12T18:15:44.315Z (about 2 months ago)
- Topics: grammars, mtl, mtl-files, obj, obj-files, textmate, textmate-grammar, vscode-wavefront, wavefront
- Homepage: https://marketplace.visualstudio.com/items?itemName=dmnsgn.vscode-wavefront
- Size: 8.08 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vscode-wavefront
[![npm version](https://img.shields.io/npm/v/vscode-wavefront)](https://www.npmjs.com/package/vscode-wavefront)
[![stability-stable](https://img.shields.io/badge/stability-stable-green.svg)](https://www.npmjs.com/package/vscode-wavefront)
[![npm minzipped size](https://img.shields.io/bundlephobia/minzip/vscode-wavefront)](https://bundlephobia.com/package/vscode-wavefront)
[![dependencies](https://img.shields.io/librariesio/release/npm/vscode-wavefront)](https://github.com/dmnsgn/vscode-wavefront/blob/main/package.json)
[![types](https://img.shields.io/npm/types/vscode-wavefront)](https://github.com/microsoft/TypeScript)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-fa6673.svg)](https://conventionalcommits.org)
[![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
[![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
[![license](https://img.shields.io/github/license/dmnsgn/vscode-wavefront)](https://github.com/dmnsgn/vscode-wavefront/blob/main/LICENSE.md)Grammars for Wavefront .obj and .mtl files.
[![paypal](https://img.shields.io/badge/donate-paypal-informational?logo=paypal)](https://paypal.me/dmnsgn)
[![coinbase](https://img.shields.io/badge/donate-coinbase-informational?logo=coinbase)](https://commerce.coinbase.com/checkout/56cbdf28-e323-48d8-9c98-7019e72c97f3)
[![twitter](https://img.shields.io/twitter/follow/dmnsgn?style=social)](https://twitter.com/dmnsgn)![](https://raw.githubusercontent.com/dmnsgn/vscode-wavefront/main/screenshot.gif)
## Installation
Install through VS Code extensions. Search for `Wavefront`
[Visual Studio Code Market Place: Wavefront](https://marketplace.visualstudio.com/items?itemName=dmnsgn.vscode-wavefront)
Can also be installed in VS Code: Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
```
ext install dmnsgn.vscode-wavefront
```## License
Based on [Wavefront OBJ/MTL Highlighting in Atom](https://github.com/Alhadis/language-wavefront)
MIT. See [license file](https://github.com/dmnsgn/vscode-wavefront/blob/main/LICENSE.md).