GithubHelp home page GithubHelp logo

motorcortex-waa's Introduction

motorcortex-plugin-starter

Purpose

A starter plugin for creating MotorCortex plugins.

Structure and Contents

It includes:

  • rollup configuration & ready to use build tools
  • a pre-configured webpack for the needs of the demo
  • pre-configured eslint and babel
  • and a set of ready to work on, Incidents:
    • Effect, for developing a custom Effect
    • HTMLClip, for developing a pre-configured HTML Clip with HTML, CSS and Incidents
    • Combo, for developing custom, pre-configured Combos
    • Clip, for developing custom browser Clips, such as canvas

These Incidents are the starting point for developing a plugin. They extend the right Classes from MotorCortex SDK and they have blank implementations of all the methods that should or can be overwritten, with comments.

Along with the comments you can always refer to MotorCortex documentation for detailed information on how to implement a plugin.

How to use

Once you've decided what exactly your pluign is going to do and once we've decided on the type of Incident(s) you need to implement, you can start directly from the basic/blank implementations and either work on them directly or just copy them. Change the names of the files, name your Classes however you want but always make sure you import and expose everything properly on your index.js file.

Also, it's imortant to change your package.json file so you can name your pluign, provide details and more.

Commands

  • npm run build: builds the dist of your pluign along with the demo
  • npm run build:demo: builds just the demo
  • npm start: builds everything and starts the demo
  • npm start:demo: just starts the demo

Have fun!!!

motorcortex-waa's People

Contributors

alexdor avatar github-actions[bot] avatar ivanvl01 avatar kissmybutton-bot avatar prieston avatar renovate-bot avatar renovate[bot] avatar

Watchers

 avatar  avatar

motorcortex-waa's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update actions/setup-node action to v3.8.2
  • chore(deps): update dependency webpack-dev-server to v4.15.2
  • chore(deps): update googlecloudplatform/release-please-action action to v3.7.13
  • chore(deps): update dependency core-js to v3.37.1
  • chore(deps): update dependency eslint-plugin-import to v2.29.1
  • chore(deps): update dependency webpack to v5.91.0
  • chore(deps): update reviewdog/action-eslint action to v1.24.0
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency @rollup/plugin-commonjs to v25
  • chore(deps): update dependency @size-limit/preset-big-lib to v11
  • chore(deps): update dependency concurrently to v8
  • chore(deps): update dependency css-loader to v7
  • chore(deps): update dependency eslint to v9
  • chore(deps): update dependency eslint-config-prettier to v9
  • chore(deps): update dependency eslint-config-standard to v17
  • chore(deps): update dependency eslint-plugin-prettier to v5
  • chore(deps): update dependency husky to v9
  • chore(deps): update dependency prettier to v3
  • chore(deps): update dependency rimraf to v5
  • chore(deps): update dependency rollup to v4
  • chore(deps): update dependency size-limit to v11
  • chore(deps): update dependency webpack-cli to v5
  • chore(deps): update dependency webpack-dev-server to v5
  • chore(deps): update googlecloudplatform/release-please-action action to v4
  • chore(deps): update peaceiris/actions-gh-pages action to v4
  • chore(deps): update peter-evans/create-pull-request action to v6
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/bundle-size.yml
  • actions/checkout v3.6.0
  • actions/setup-node v3.8.1
  • pkg-size/action v1
.github/workflows/eslint.yml
  • actions/checkout v3.6.0
  • reviewdog/action-eslint v1.20.0
.github/workflows/github-page.yml
  • actions/checkout v3.6.0
  • actions/setup-node v3.8.1
  • peaceiris/actions-gh-pages v3.9.3
.github/workflows/misspell.yml
  • actions/checkout v3.6.0
  • sobolevn/misspell-fixer-action 0.1.0
  • peter-evans/create-pull-request v3.14.0
.github/workflows/release-please.yml
  • actions/checkout v3.6.0
  • GoogleCloudPlatform/release-please-action v3.7.11
  • actions/checkout v3.6.0
  • actions/setup-node v3.8.1
.github/workflows/test.yaml
  • actions/checkout v3.6.0
  • actions/setup-node v3.8.1
npm
package.json
  • @babel/cli 7.21.0
  • @babel/core 7.21.4
  • @babel/eslint-parser 7.21.3
  • @babel/plugin-syntax-jsx 7.21.4
  • @babel/plugin-transform-react-jsx 7.21.0
  • @babel/preset-env 7.21.4
  • @donkeyclip/motorcortex 7.9.3
  • @donkeyclip/motorcortex-player 2.10.11
  • @rollup/plugin-babel 5.3.1
  • @rollup/plugin-commonjs 21.1.0
  • @rollup/plugin-json 4.1.0
  • @rollup/plugin-node-resolve 13.3.0
  • @size-limit/preset-big-lib 6.0.4
  • babel-loader 8.3.0
  • concurrently 7.6.0
  • core-js 3.32.1
  • css-loader 5.2.7
  • eslint 7.32.0
  • eslint-config-prettier 8.10.0
  • eslint-config-standard 16.0.3
  • eslint-plugin-babel 5.3.1
  • eslint-plugin-import 2.28.1
  • eslint-plugin-node 11.1.0
  • eslint-plugin-prettier 4.2.1
  • eslint-plugin-promise 4.3.1
  • husky 7.0.4
  • prettier 2.8.8
  • rimraf 3.0.2
  • rollup 2.79.1
  • rollup-plugin-terser 7.0.2
  • size-limit 6.0.4
  • webpack 5.88.2
  • webpack-cli 4.10.0
  • webpack-dev-server 4.15.1
  • node >=10

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.