@hapticsynaptic/braceletmaker-desktop
v1.8.0
Published
Bracelet Maker is a programmable robot toy tailored to girls' interests
Downloads
10
Readme
braceletmaker-desktop
Developing and building Bracelet Maker app
Bracelet Maker app depends on three other projects:
braceletmaker-gui
: playground i.e. what you see when you open the appbraceletmaker-blocks
: the UI library for the blocksbraceletmaker-vm
: responsible for pairing blocks with code that's sent to Arduino e.g. "wait 2 seconds" block in the app is sent asdelay(2000)
to Arduino
Think of this repo as a set of instructions that packages braceletmaker-gui
playground into .exe
for Windows and .app
for Mac.