Skip to content

xiduzo/microflow

Repository files navigation

Microflow

A set of tools to make it easier to start prototyping for interactivity.

Microflow consists of 2 applications so far:

  1. Microflow studio
  2. Microflow hardware bridge (Figma plugin)

See the documentation

Microflow studio

A desktop application that allows you to create interactive prototypes using a visual, flow-based, interface.

Download the latest release from the releases page and get started.

Microflow hardware bridge

Bridge the gap between your microcontrollers and design tools.

Microflow hardware bridge is a Figma plugin that allows you to connect your Figma designs to the Microflow studio application or any other application that supports MQTT.

Running the project locally

This project is a mono-repo that contains the Microflow studio and the Microflow hardware bridge.

It uses Yarn workspaces to manage dependencies.

Microflow studio

  1. run yarn install
  2. run yarn dev

Firmata versions

Microflow studio will flash firmata to your microcontroller automatically.

For the supported boards it will flash version 2.5.X to be compatible with touchdesigner.

All other boards will get flashed with version 2.4.X from avr-girl-arduino.

Microflow hardware bridge

  1. run yarn install
  2. run yarn dev:plugin

Development and contributing

See the wiki to get started contributing to microflow