A set of tools to make it easier to start prototyping for interactivity.
Microflow consists of 2 applications so far:
- Microflow studio
- Microflow hardware bridge (Figma plugin)
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.
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.
This project is a mono-repo that contains the Microflow studio and the Microflow hardware bridge.
It uses Yarn workspaces to manage dependencies.
- run
yarn install
- run
yarn dev
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.
- run
yarn install
- run
yarn dev:plugin
See the wiki to get started contributing to microflow