Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JannisX11/snowstorm

Minecraft Bedrock Particle Generator
https://github.com/JannisX11/snowstorm

Last synced: about 1 month ago
JSON representation

Minecraft Bedrock Particle Generator

Awesome Lists containing this project

README

        

# Snowstorm

Custom editor for Minecraft Bedrock Edition particle files. Available as a web app and VSCode Extension:
* **Web App:** [snowstorm.app](https://snowstorm.app/)
* **VSCode Extension:** [Snowstorm - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=JannisX11.snowstorm)

## Interface

![Snowstorm interface screenshot](https://snowstorm.app/content/interface.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