Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxsroka/bevy-snippets
Useful VSCode snippets for Bevy
https://github.com/maxsroka/bevy-snippets
bevy bevy-engine gamedev snippets vscode-extension vscode-snippets
Last synced: 2 months ago
JSON representation
Useful VSCode snippets for Bevy
- Host: GitHub
- URL: https://github.com/maxsroka/bevy-snippets
- Owner: maxsroka
- License: mit
- Archived: true
- Created: 2021-06-18T12:31:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T22:07:05.000Z (over 1 year ago)
- Last Synced: 2024-05-19T02:12:09.403Z (8 months ago)
- Topics: bevy, bevy-engine, gamedev, snippets, vscode-extension, vscode-snippets
- Homepage: https://marketplace.visualstudio.com/items?itemName=pixl.bevy-snippets
- Size: 18.6 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bevy - VSCode snippets for Bevy
README
## Snippets
* ### Parameters
- `query`
- `query mut`
- `commands`
- `res`
- `res mut`
- `event writer`
- `event reader`
- `local`
* ### Templates
- `app`
- `plugin`
- `exclusive system`
* ### Structs
- `component`
- `resource`
- `bundle`