/vatom-particle-system

Example plugin for the particle-system module

Primary LanguageJavaScriptMIT LicenseMIT

VATOM PARTICLE SYSTEMS 🔌

Adds a few pre-defined particle-systems to the Insert -> Objects menu. This plugin is designed to be used from within Vatom Spaces.

Building the plugin

  • Ensure you have Node.js installed.
  • Install dependencies: npm install
  • Build the plugin: npm run build

Developing locally

  • Start the dev server: npm start
  • Load the plugin in your space. Select Plugins, press the (+) icon and then paste the address: http://localhost:9000/plugin.js
  • After making code changes, refresh the page

Note: You can only sideload plugins in a space you are the owner of.

Publishing the plugin

  • Run: npm run publish