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

Lists

README

        


Bevy Snippets


Visual Studio Code extension that adds snippets for the Bevy Engine.

## Snippets
* ### Parameters
- `query`
- `query mut`
- `commands`
- `res`
- `res mut`
- `event writer`
- `event reader`
- `local`
* ### Templates
- `app`
- `plugin`
- `exclusive system`
* ### Structs
- `component`
- `resource`
- `bundle`