Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JannisX11/snowstorm
Minecraft Bedrock Particle Generator
https://github.com/JannisX11/snowstorm
Last synced: 3 months ago
JSON representation
Minecraft Bedrock Particle Generator
- Host: GitHub
- URL: https://github.com/JannisX11/snowstorm
- Owner: JannisX11
- License: gpl-3.0
- Created: 2019-05-03T16:38:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T13:31:39.000Z (6 months ago)
- Last Synced: 2024-05-22T14:47:03.340Z (6 months ago)
- Language: Vue
- Homepage: https://snowstorm.app
- Size: 11.3 MB
- Stars: 126
- Watchers: 11
- Forks: 23
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-minecraft-bedrock - Snowstorm - Minecraft Bedrock Particle Generator (Tool (Create) / Addons and GameTest)
README
# Snowstorm
Custom editor for Minecraft Bedrock Edition particle files. Available as a web app and VSCode Extension:
* **Web App:** [github.com/JannisX11/snowstorm](https://jannisx11.github.io/snowstorm/)
* **VSCode Extension:** [Snowstorm - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=JannisX11.snowstorm)## Interface
![Image](https://i.imgur.com/6QIlzcq.png)
## Development
1. Install node and run `npm install` to install all dependencies
2. Run `npm run watch` to run the bundler and update whenever you change anything
3. Open the app
#### Web app:
Use your preferred local server to host the app (npx serve, xampp, etc.), and open it in your browser
#### VS Code Extension:
Press F5 to run the Extension Development Host in a new VS Code instance