Skip to content

JannisX11/snowstorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dfb184a · Nov 7, 2024
May 9, 2020
Feb 23, 2024
Nov 7, 2024
Nov 7, 2024
Feb 25, 2024
Nov 7, 2024
Nov 7, 2024
Jan 21, 2024
Feb 13, 2021
May 15, 2020
Nov 7, 2024
May 10, 2019
Dec 26, 2020
May 16, 2020
Feb 23, 2024
Dec 26, 2020
Nov 7, 2024
Nov 7, 2024
Jan 21, 2024
Feb 25, 2024

Repository files navigation

Snowstorm

Custom editor for Minecraft Bedrock Edition particle files. Available as a web app and VSCode Extension:

Interface

Snowstorm interface screenshot

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